mirror of
https://github.com/shirt-dev/netflix-international.git
synced 2025-06-22 08:36:43 +00:00
Fix Dolby Digital toggle
This commit is contained in:
parent
087295e482
commit
091a46959a
3 changed files with 3 additions and 1 deletions
|
@ -33,6 +33,7 @@ function restore_options() {
|
|||
document.getElementById("showAllTracks").checked = items.showAllTracks;
|
||||
document.getElementById("setMaxBitrate").checked = items.setMaxBitrate;
|
||||
document.getElementById("disableVP9").checked = items.disableVP9;
|
||||
document.getElementById("useDDPlus").checked = items.useDDPlus;
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue