mirror of
https://github.com/shirt-dev/netflix-international.git
synced 2025-06-22 00:36:43 +00:00
Remove AV1 support
For some reason, AV1 video seems to be missing the Netflix dubbing credits
This commit is contained in:
parent
a7bb37d62f
commit
a4bc5f94cd
3 changed files with 2 additions and 10 deletions
|
@ -94,14 +94,6 @@ function get_profile_list() {
|
|||
"vp9-profile0-L31-dash-cenc",
|
||||
"vp9-profile0-L40-dash-cenc",
|
||||
]);
|
||||
|
||||
if (getBrowser() == "Chrome") {
|
||||
custom_profiles = custom_profiles.concat([
|
||||
"av1-main-L30-dash-cbcs-prk",
|
||||
"av1-main-L31-dash-cbcs-prk",
|
||||
"av1-main-L40-dash-cbcs-prk",
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
custom_profiles = custom_profiles.concat([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue