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, ValidationType = ValidationType.None,
CheckCharacters = false, CheckCharacters = false,
IgnoreProcessingInstructions = true, IgnoreProcessingInstructions = true,
IgnoreComments = true IgnoreComments = true,
Async = true
}; };
using var reader = XmlReader.Create(oReader, settings); using var reader = XmlReader.Create(oReader, settings);

Loading…
Cancel
Save