mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 23:35:25 +03: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