mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-08 17:55:00 +00:00
Fixed: Episode reference in Parser.cs
This commit is contained in:
@@ -722,7 +722,7 @@ namespace NzbDrone.Core.Parser
|
||||
result.ArtistTitle = artistName;
|
||||
result.ArtistTitleInfo = GetArtistTitleInfo(result.ArtistTitle);
|
||||
|
||||
Logger.Debug("Episode Parsed. {0}", result);
|
||||
Logger.Debug("Track Parsed. {0}", result);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ using NzbDrone.Core.MediaFiles;
|
||||
using NzbDrone.Core.Parser.Model;
|
||||
using NzbDrone.Core.Music;
|
||||
using System;
|
||||
using System.Drawing.Text;
|
||||
|
||||
namespace NzbDrone.Core.Parser
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user