mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 16:32:36 +01:00
Rename episode to movie
This commit is contained in:
parent
646d271e81
commit
6292ff76b0
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ private string DownloadFromMagnetUrl(RemoteMovie remoteMovie, IIndexer indexer,
|
||||||
}
|
}
|
||||||
catch (FormatException ex)
|
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)
|
if (hash != null)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue