mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
don't show sync profile for audio jobs
This commit is contained in:
@@ -7,6 +7,7 @@ namespace MediaBrowser.Model.Sync
|
||||
Quality = 1,
|
||||
UnwatchedOnly = 2,
|
||||
SyncNewContent = 3,
|
||||
ItemLimit = 4
|
||||
ItemLimit = 4,
|
||||
Profile = 5
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user