Enable XmlReaderSettings.Async, fixes #7929

pull/7934/head
Bond_009 2 years ago
parent d73e9f3af5
commit 16fba6035c

@ -465,7 +465,8 @@ namespace MediaBrowser.Providers.Music
ValidationType = ValidationType.None,
CheckCharacters = false,
IgnoreProcessingInstructions = true,
IgnoreComments = true
IgnoreComments = true,
Async = true
};
using var reader = XmlReader.Create(oReader, settings);

Loading…
Cancel
Save