mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
Add DisableEmbeddedSubtitles setting
Disables embedded subs being added to metadata
This commit is contained in:
@@ -84,6 +84,8 @@ namespace MediaBrowser.Model.Configuration
|
||||
|
||||
public bool AutomaticallyAddToCollection { get; set; }
|
||||
|
||||
public bool DisableEmbeddedSubtitles { get; set; }
|
||||
|
||||
public TypeOptions[] TypeOptions { get; set; }
|
||||
|
||||
public TypeOptions? GetTypeOptions(string type)
|
||||
|
||||
Reference in New Issue
Block a user