Merge pull request #9297 from crobibero/livetv-tweaks

LiveTV fixes
This commit is contained in:
Claus Vium
2023-02-12 13:07:18 +01:00
committed by GitHub
4 changed files with 40 additions and 11 deletions

View File

@@ -5458,6 +5458,9 @@ AND Type = @InternalPersonType)");
list.AddRange(inheritedTags.Select(i => (6, i)));
// Remove all invalid values.
list.RemoveAll(i => string.IsNullOrEmpty(i.Item2));
return list;
}