diff --git a/src/NzbDrone.Core/Notifications/CustomScript/CustomScript.cs b/src/NzbDrone.Core/Notifications/CustomScript/CustomScript.cs index 49cc0c734a..b23653490d 100755 --- a/src/NzbDrone.Core/Notifications/CustomScript/CustomScript.cs +++ b/src/NzbDrone.Core/Notifications/CustomScript/CustomScript.cs @@ -390,7 +390,7 @@ private List GetTagLabels(Movie movie) { if (movie == null) { - return null; + return new List(); } return _tagRepository.GetTags(movie.Tags)