mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
Updated debug movie title to include Year.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user