mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
@@ -676,7 +676,7 @@ namespace MediaBrowser.LocalMetadata.Parsers
|
||||
default:
|
||||
{
|
||||
string readerName = reader.Name;
|
||||
if (_validProviderIds.TryGetValue(readerName, out var providerIdValue))
|
||||
if (_validProviderIds.TryGetValue(readerName, out string providerIdValue))
|
||||
{
|
||||
var id = reader.ReadElementContentAsString();
|
||||
if (!string.IsNullOrWhiteSpace(id))
|
||||
|
||||
Reference in New Issue
Block a user