mirror of
https://github.com/shirt-dev/netflix-international.git
synced 2025-05-03 16:30:33 +00:00
Fix max bitrate selection
This commit is contained in:
parent
cfe541e0e3
commit
de26c23498
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ let getElementByXPath = function (xpath) {
|
|||
};
|
||||
|
||||
let fn = function () {
|
||||
const VIDEO_SELECT = getElementByXPath("//div[text()='Video Bitrate']");
|
||||
const VIDEO_SELECT = getElementByXPath("//div[text()='Video Bitrate']") || getElementByXPath("//div[text()='Video Bitrate / VMAF']");
|
||||
const AUDIO_SELECT = getElementByXPath("//div[text()='Audio Bitrate']");
|
||||
const BUTTON = getElementByXPath("//button[text()='Override']");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue