mirror of
https://github.com/Readarr/Readarr
synced 2026-05-09 05:21:41 +02:00
Fixed: Episode reference in Parser.cs
This commit is contained in:
parent
dd6b93e243
commit
b5ecc4d209
2 changed files with 1 additions and 2 deletions
|
|
@ -722,7 +722,7 @@ private static ParsedTrackInfo ParseMatchMusicCollection(MatchCollection matchCo
|
||||||
result.ArtistTitle = artistName;
|
result.ArtistTitle = artistName;
|
||||||
result.ArtistTitleInfo = GetArtistTitleInfo(result.ArtistTitle);
|
result.ArtistTitleInfo = GetArtistTitleInfo(result.ArtistTitle);
|
||||||
|
|
||||||
Logger.Debug("Episode Parsed. {0}", result);
|
Logger.Debug("Track Parsed. {0}", result);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@
|
||||||
using NzbDrone.Core.Parser.Model;
|
using NzbDrone.Core.Parser.Model;
|
||||||
using NzbDrone.Core.Music;
|
using NzbDrone.Core.Music;
|
||||||
using System;
|
using System;
|
||||||
using System.Drawing.Text;
|
|
||||||
|
|
||||||
namespace NzbDrone.Core.Parser
|
namespace NzbDrone.Core.Parser
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue