mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-16 07:12:18 +01:00
Use JsonContent where possible
Should reduce the # of allocated bytes
This commit is contained in:
@@ -81,6 +81,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
public bool RequirePerfectSubtitleMatch { get; set; }
|
||||
|
||||
public bool SaveSubtitlesWithMedia { get; set; }
|
||||
|
||||
public bool AutomaticallyAddToCollection { get; set; }
|
||||
|
||||
public TypeOptions[] TypeOptions { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user