mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
Fixed: Categories for Newznab/Torznab in add indexer
This commit is contained in:
@@ -208,7 +208,7 @@ namespace NzbDrone.Core.Indexers
|
||||
definition.Description ??= provider.Description;
|
||||
definition.Encoding = provider.Encoding;
|
||||
definition.Language ??= provider.Language;
|
||||
definition.Capabilities = provider.Capabilities;
|
||||
definition.Capabilities ??= provider.Capabilities;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user