using System; namespace Jellyfin.Data.Enums { public enum ArtKind : Int32 { Other, Poster, Banner, Thumbnail, Logo } }