mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
9 lines
189 B
C#
9 lines
189 B
C#
|
|
namespace MediaBrowser.Model.Sync
|
|
{
|
|
public class SyncOptions
|
|
{
|
|
public string TemporaryPath { get; set; }
|
|
public long UploadSpeedLimitBytes { get; set; }
|
|
}
|
|
}
|