1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Added new TestCase for Parser and fixed spelling error

This commit is contained in:
Devin Buhl
2017-03-05 14:32:51 -05:00
parent 18773bc665
commit ddc6ccbf15
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ namespace NzbDrone.Core.Parser
{
try
{
Logger.Debug("Parsing language from subtitlte file: {0}", fileName);
Logger.Debug("Parsing language from subtitle file: {0}", fileName);
var simpleFilename = Path.GetFileNameWithoutExtension(fileName);
var languageMatch = SubtitleLanguageRegex.Match(simpleFilename);