mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-17 15:53:42 +01: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