mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-06 10:16:18 +00:00
Added type options to disable embedded subs
This commit is contained in:
@@ -84,7 +84,9 @@ namespace MediaBrowser.Model.Configuration
|
||||
|
||||
public bool AutomaticallyAddToCollection { get; set; }
|
||||
|
||||
public bool DisableEmbeddedSubtitles { get; set; }
|
||||
public bool DisableEmbeddedTextSubtitles { get; set; }
|
||||
|
||||
public bool DisableEmbeddedImageSubtitles { get; set; }
|
||||
|
||||
public TypeOptions[] TypeOptions { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user