1
0
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:
Taloth Saldono
2017-07-29 11:35:39 +02:00
parent 8e63f7d436
commit c7d30ae703
2 changed files with 5 additions and 5 deletions
@@ -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)