mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-16 07:12:18 +01:00
Enhance Trickplay (#11883)
This commit is contained in:
@@ -24,6 +24,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
EnablePhotos = true;
|
||||
SaveSubtitlesWithMedia = true;
|
||||
SaveLyricsWithMedia = false;
|
||||
SaveTrickplayWithMedia = false;
|
||||
PathInfos = Array.Empty<MediaPathInfo>();
|
||||
EnableAutomaticSeriesGrouping = true;
|
||||
SeasonZeroDisplayName = "Specials";
|
||||
@@ -99,6 +100,9 @@ namespace MediaBrowser.Model.Configuration
|
||||
[DefaultValue(false)]
|
||||
public bool SaveLyricsWithMedia { get; set; }
|
||||
|
||||
[DefaultValue(false)]
|
||||
public bool SaveTrickplayWithMedia { get; set; }
|
||||
|
||||
public string[] DisabledLyricFetchers { get; set; }
|
||||
|
||||
public string[] LyricFetcherOrder { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user