@ -9,22 +9,22 @@ namespace MediaBrowser.Model.Configuration
/// <summary>
/// Allow all embedded subs.
/// </summary>
AllowAll,
AllowAll = 0,
/// Allow only embedded subs that are text based.
AllowText,
AllowText = 1,
/// Allow only embedded subs that are image based.
AllowImage,
AllowImage = 2,
/// Disable all embedded subs.
AllowNone,
AllowNone = 3,
}