mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 03:30:06 +00:00
update sync settings
This commit is contained in:
parent
430b187ef6
commit
17e1c8c22b
15 changed files with 58 additions and 47 deletions
|
|
@ -85,6 +85,11 @@ namespace MediaBrowser.Server.Implementations.Sync
|
|||
{
|
||||
Name = "Low",
|
||||
Id = "low"
|
||||
},
|
||||
new SyncQualityOption
|
||||
{
|
||||
Name = "Custom",
|
||||
Id = "custom"
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue