mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
fixed Episode.ToString() bug
This commit is contained in:
parent
af1511e1f3
commit
680ea45839
3 changed files with 2 additions and 6 deletions
|
@ -40,9 +40,5 @@ namespace NzbDrone.Core.Repository
|
|||
[SubSonicToManyRelation]
|
||||
public virtual List<History> Histories { get; protected set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return String.Format("[Episode: '{0} S{1:00}E{2:00}']", Series.Title, SeasonNumber, EpisodeNumber);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue