mirror of
https://github.com/Radarr/Radarr
synced 2026-01-05 23:27:00 +01:00
Fixed: Sending Manual Interaction Needed for Custom Script with unparsed movie
This commit is contained in:
parent
d9be54575a
commit
27efe506a7
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ private List<string> GetTagLabels(Movie movie)
|
|||
{
|
||||
if (movie == null)
|
||||
{
|
||||
return null;
|
||||
return new List<string>();
|
||||
}
|
||||
|
||||
return _tagRepository.GetTags(movie.Tags)
|
||||
|
|
|
|||
Loading…
Reference in a new issue