mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
New: Show download protocol in Queue
This commit is contained in:
@@ -111,7 +111,7 @@ namespace NzbDrone.Core.ThingiProvider
|
||||
{
|
||||
var type = GetImplementation(definition);
|
||||
var instance = (TProvider)_container.Resolve(type);
|
||||
instance.Definition = definition;
|
||||
instance.Definition = GetProviderCharacteristics(instance, definition);
|
||||
return instance;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user