don't show sync profile for audio jobs

This commit is contained in:
Luke Pulverenti
2015-03-16 23:48:05 -04:00
parent be6d4c3f53
commit ae6792a436
15 changed files with 28 additions and 27 deletions

View File

@@ -7,6 +7,7 @@ namespace MediaBrowser.Model.Sync
Quality = 1,
UnwatchedOnly = 2,
SyncNewContent = 3,
ItemLimit = 4
ItemLimit = 4,
Profile = 5
}
}