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