|
|
|
@ -545,12 +545,6 @@ namespace NzbDrone.Core.Parser
|
|
|
|
|
result = ParseTitle(fileInfo.Directory.Name + " " + fileInfo.Name);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (result == null)
|
|
|
|
|
{
|
|
|
|
|
Logger.Debug("Attempting to parse episode info using directory and file names. {0}", fileInfo.Directory.Name);
|
|
|
|
|
result = ParseTitle(fileInfo.Directory.Name + " " + fileInfo.Name);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (result == null)
|
|
|
|
|
{
|
|
|
|
|
Logger.Debug("Attempting to parse episode info using directory name. {0}", fileInfo.Directory.Name);
|
|
|
|
|