namespace ErsatzTV.Core.Domain;
public enum SubtitleKind
{
Embedded = 0,
Sidecar = 1,
Generated = 99
}