aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornetpok <netpok+github@gmail.com>2021-02-08 21:02:54 +0100
committerGitHub <noreply@github.com>2021-02-08 21:02:54 +0100
commitc97edc96eb432940fb7352165c644bab4d6d0dda (patch)
tree537ade26465a676243f5d1d19a494b86a97cde9e
parent351d61a3181c6caf217ec74eed37f972190b624d (diff)
Fix typo
Co-authored-by: Cody Robibero <cody@robibe.ro>
-rw-r--r--MediaBrowser.XbmcMetadata/Parsers/EpisodeNfoParser.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.XbmcMetadata/Parsers/EpisodeNfoParser.cs b/MediaBrowser.XbmcMetadata/Parsers/EpisodeNfoParser.cs
index 3a852384a..aa3be587b 100644
--- a/MediaBrowser.XbmcMetadata/Parsers/EpisodeNfoParser.cs
+++ b/MediaBrowser.XbmcMetadata/Parsers/EpisodeNfoParser.cs
@@ -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
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 reader = XmlReader.Create(stringReader, settings))
{