mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-23 02:27:17 +00:00
update xml parsing logging
This commit is contained in:
@@ -61,16 +61,7 @@ namespace MediaBrowser.Controller.Providers
|
||||
};
|
||||
|
||||
//Fetch(item, metadataFile, settings, Encoding.GetEncoding("ISO-8859-1"), cancellationToken);
|
||||
|
||||
try
|
||||
{
|
||||
Fetch(item, metadataFile, settings, Encoding.UTF8, cancellationToken);
|
||||
}
|
||||
catch
|
||||
{
|
||||
Logger.Error("Error parsing xml file {0}", metadataFile);
|
||||
throw;
|
||||
}
|
||||
Fetch(item, metadataFile, settings, Encoding.UTF8, cancellationToken);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user