Rename episode to movie

This commit is contained in:
Bogdan 2024-01-17 05:21:25 +02:00
parent 646d271e81
commit 6292ff76b0
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ namespace NzbDrone.Core.Download
}
catch (FormatException ex)
{
throw new ReleaseDownloadException(remoteMovie.Release, "Failed to parse magnetlink for episode '{0}': '{1}'", ex, remoteMovie.Release.Title, magnetUrl);
throw new ReleaseDownloadException(remoteMovie.Release, "Failed to parse magnetlink for movie '{0}': '{1}'", ex, remoteMovie.Release.Title, magnetUrl);
}
if (hash != null)