Restore SaveSubtitlesWithMedia default to true

Keep the wrong but old behavior for now

Signed-off-by: gnattu <gnattuoc@me.com>
pull/11523/head
gnattu 3 weeks ago
parent b8c2a4acc4
commit 20ba57d7eb

@ -20,7 +20,7 @@ namespace MediaBrowser.Model.Configuration
AutomaticallyAddToCollection = false;
EnablePhotos = true;
SaveSubtitlesWithMedia = false;
SaveSubtitlesWithMedia = true;
SaveLyricsWithMedia = false;
PathInfos = Array.Empty<MediaPathInfo>();
EnableAutomaticSeriesGrouping = true;

Loading…
Cancel
Save