namespace ErsatzTV.Core.Domain { public enum ArtworkKind { Poster = 0, Thumbnail = 1, Logo = 2, FanArt = 3 } }