mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 02:48:19 -07:00
Fix accessing subtitles and playback data
This commit is contained in:
parent
924e8df815
commit
fec7315763
@ -375,7 +375,7 @@ import 'scrollStyles';
|
||||
dlg.setAttribute('data-lockscroll', 'true');
|
||||
}
|
||||
|
||||
if (options.enableHistory !== false) {
|
||||
if (options.enableHistory === true) {
|
||||
dlg.setAttribute('data-history', 'true');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user