mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 18:53:27 +01:00
Reformat JustAMan review pt3 changes
This commit is contained in:
@@ -702,7 +702,7 @@ namespace MediaBrowser.XbmcMetadata.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