namespace MediaBrowser.Model.Configuration
{
public enum SubtitlePlaybackMode
Default = 0,
Always = 1,
OnlyForced = 2,
None = 3,
Smart = 4
}