mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixing scene mappings
This commit is contained in:
parent
2feb583e45
commit
ecd941a6e5
2 changed files with 4 additions and 4 deletions
|
@ -114,7 +114,7 @@ namespace NzbDrone.Core.DataAugmentation.Scene
|
|||
|
||||
mappings.RemoveAll(sceneMapping =>
|
||||
{
|
||||
if (sceneMapping.ParseTerm.IsNullOrWhiteSpace() ||
|
||||
if (sceneMapping.Title.IsNullOrWhiteSpace() ||
|
||||
sceneMapping.SearchTerm.IsNullOrWhiteSpace())
|
||||
{
|
||||
_logger.Warn("Invalid scene mapping found for: {0}, skipping", sceneMapping.TvdbId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue