mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-28 05:10:30 +00:00
sync fixes
This commit is contained in:
parent
2485b5c22d
commit
c8dc67d980
2 changed files with 6 additions and 3 deletions
|
|
@ -221,6 +221,7 @@ namespace MediaBrowser.Server.Implementations.Sync
|
|||
|
||||
instance.Name = job.Name;
|
||||
instance.Quality = job.Quality;
|
||||
instance.Profile = job.Profile;
|
||||
instance.UnwatchedOnly = job.UnwatchedOnly;
|
||||
instance.SyncNewContent = job.SyncNewContent;
|
||||
instance.ItemLimit = job.ItemLimit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue