mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
Updated debug movie title to include Year.
This commit is contained in:
parent
23754c49dc
commit
0fff862fd2
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ namespace NzbDrone.Core.Tv
|
|||
|
||||
public override string ToString()
|
||||
{
|
||||
return string.Format("[{0}][{1}]", ImdbId, Title.NullSafe());
|
||||
return string.Format("[{0}][{1} ({2})]", ImdbId, Title.NullSafe(), Year.NullSafe());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue