Fix double assignment
This commit is contained in:
parent
7725949ead
commit
7d7401bf0f
|
@ -68,7 +68,7 @@ namespace MediaBrowser.LocalMetadata.Parsers
|
||||||
IgnoreComments = true
|
IgnoreComments = true
|
||||||
};
|
};
|
||||||
|
|
||||||
_validProviderIds = _validProviderIds = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);
|
_validProviderIds = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);
|
||||||
|
|
||||||
var idInfos = ProviderManager.GetExternalIdInfos(item.Item);
|
var idInfos = ProviderManager.GetExternalIdInfos(item.Item);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user