mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
better Series.ToString()
This commit is contained in:
@@ -154,7 +154,7 @@ namespace NzbDrone.Core.MediaFiles
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Logger.ErrorException("Diskscan failed for " + series.Title, e);
|
||||
Logger.ErrorException("Disk scan failed for " + series, e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user