mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Better parser logging.
This commit is contained in:
parent
1e580856ca
commit
78268f3c58
7 changed files with 21 additions and 12 deletions
|
@ -29,7 +29,7 @@ namespace NzbDrone.Core.Model
|
|||
|
||||
public string NzbUrl { get; set; }
|
||||
|
||||
public string NzbTitle { get; set; }
|
||||
public string OriginalString { get; set; }
|
||||
|
||||
public Series Series { get; set; }
|
||||
|
||||
|
@ -48,7 +48,7 @@ namespace NzbDrone.Core.Model
|
|||
return string.Format("{0} - S{1:00}E{2} {3}", SeriesTitle, SeasonNumber,
|
||||
String.Join("-", EpisodeNumbers), Quality);
|
||||
|
||||
return NzbTitle;
|
||||
return OriginalString;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue