namespace ErsatzTV.Core.Domain
{
public enum MetadataKind
Fallback = 0,
Sidecar = 1,
External = 2,
Embedded = 3
}