Fixed: (LazyLibrarian) Sync priority

This commit is contained in:
Bogdan
2023-01-09 12:04:39 +02:00
parent 077e4727f2
commit bea9bd39ff
3 changed files with 12 additions and 3 deletions
@@ -147,6 +147,7 @@ namespace NzbDrone.Core.Applications.LazyLibrarian
Categories = string.Join(",", indexer.Capabilities.Categories.SupportedCategories(Settings.SyncCategories.ToArray())),
Enabled = indexer.Enable,
Type = schema,
Priority = indexer.Priority
};
return lazyLibrarianIndexer;