LiveTV fixes

This commit is contained in:
Cody Robibero
2023-02-11 07:46:52 -07:00
parent 7b1bd9f234
commit 32eccc139c
4 changed files with 40 additions and 11 deletions

View File

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