mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 22:04:43 +00: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 @@ 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());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue