mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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