mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-13 09:20:31 -07:00
feat: Videoplayer remember subtitle and audio selection(#339)
This commit is contained in:
parent
93a38a0b6b
commit
b1491b0ada
10 changed files with 247 additions and 39 deletions
|
|
@ -1201,5 +1201,15 @@
|
|||
}
|
||||
},
|
||||
"maxConcurrentDownloadsTitle": "Max concurrent downloads",
|
||||
"maxConcurrentDownloadsDesc": "Sets the maximum number of downloads that can run at the same time. Set to 0 to disable the limit."
|
||||
"maxConcurrentDownloadsDesc": "Sets the maximum number of downloads that can run at the same time. Set to 0 to disable the limit.",
|
||||
"playbackTrackSelection": "Playback track selection",
|
||||
"@playbackTrackSelection": {},
|
||||
"rememberSubtitleSelections": "Set subtitle track based on previous item",
|
||||
"@rememberSubtitleSelections": {},
|
||||
"rememberAudioSelections": "Set audio track based on previous item",
|
||||
"@rememberAudioSelections": {},
|
||||
"rememberSubtitleSelectionsDesc": "Try to set the subtitle track to the closest match to the last video.",
|
||||
"@rememberSubtitleSelectionsDesc": {},
|
||||
"rememberAudioSelectionsDesc": "Try to set the audio track to the closest match to the last video.",
|
||||
"@rememberAudioSelectionsDesc": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue