Handle empty tags for videos and channels

This commit is contained in:
DarkFighterLuke
2024-03-14 15:38:50 +01:00
parent a2429c89ff
commit c1969a949c
3 changed files with 56 additions and 0 deletions
@@ -54,6 +54,7 @@ namespace Jellyfin.Plugin.TubeArchivistMetadata.TubeArchivist
/// Gets video tags.
/// </summary>
[JsonProperty(PropertyName = "tags")]
[JsonConverter(typeof(TagsJsonConverter))]
public Collection<string> Tags { get; }
/// <summary>