mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
Include releaseTitle in InvalidSceneMappingException.
This commit is contained in:
@@ -109,7 +109,7 @@ namespace NzbDrone.Core.DataAugmentation.Scene
|
||||
return distinctMappings.FirstOrDefault();
|
||||
}
|
||||
|
||||
throw new InvalidSceneMappingException(mappings);
|
||||
throw new InvalidSceneMappingException(mappings, releaseTitle);
|
||||
}
|
||||
|
||||
public int? GetSceneSeasonNumber(string seriesTitle, string releaseTitle)
|
||||
|
||||
Reference in New Issue
Block a user