Updated debug movie title to include Year.

This commit is contained in:
Leonardo Galli 2017-04-17 12:09:24 +02:00
parent 23754c49dc
commit 0fff862fd2
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ namespace NzbDrone.Core.Tv
public override string ToString() public override string ToString()
{ {
return string.Format("[{0}][{1}]", ImdbId, Title.NullSafe()); return string.Format("[{0}][{1} ({2})]", ImdbId, Title.NullSafe(), Year.NullSafe());
} }
} }