1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 20:12:41 +02:00

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

View File

@ -109,7 +109,7 @@ public bool IsAvailable(int delay = 0)
public override string ToString()
{
return string.Format("[{0}][{1}]", ImdbId, Title.NullSafe());
return string.Format("[{0}][{1} ({2})]", ImdbId, Title.NullSafe(), Year.NullSafe());
}
}