namespace ErsatzTV.Core.Domain; public enum MediaItemState { Normal = 0, FileNotFound = 1 }