mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix typo
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
351d61a318
commit
c97edc96eb
@ -51,7 +51,7 @@ namespace MediaBrowser.XbmcMetadata.Parsers
|
|||||||
// These are not going to be valid xml so no sense in causing the provider to fail and spamming the log with exceptions
|
// These are not going to be valid xml so no sense in causing the provider to fail and spamming the log with exceptions
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
// Extract episode details from the firs episodedetails block
|
// Extract episode details from the first episodedetails block
|
||||||
using (var stringReader = new StringReader(xml))
|
using (var stringReader = new StringReader(xml))
|
||||||
using (var reader = XmlReader.Create(stringReader, settings))
|
using (var reader = XmlReader.Create(stringReader, settings))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user