Skip to content

Commit

Permalink
Properly fix 1080p playback issues
Browse files Browse the repository at this point in the history
  • Loading branch information
truedread committed Nov 21, 2018
1 parent d62a710 commit 2f52fd0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cadmium-playercore-6.0011.474.011-1080p.js
Original file line number Diff line number Diff line change
Expand Up @@ -43520,7 +43520,7 @@ r2BB.O0w = function() {
method: "manifest",
lookupType: r.Mb.VOa(b.NO),
viewableIds: b.Cbb,
profiles: profiles,
profiles: b.yx.concat(b.Uy).concat(b.w$a).concat(b.Cab).filter(Boolean),
drmSystem: b.USa,
appId: b.dm,
sessionParams: b.ne,
Expand Down Expand Up @@ -77766,7 +77766,7 @@ r2BB.O0w = function() {
return {
type: a.ym ? "offline" : "standard",
viewableId: g,
profiles: m,
profiles: profiles,
flavor: u.Mb.rY(a.WE),
drmType: h,
drmVersion: k,
Expand Down
1 change: 1 addition & 0 deletions get_manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ var profiles = [
"playready-h264mpl30-dash",
"playready-h264mpl31-dash",
"playready-h264mpl40-dash",
"hevc-main10-L30-dash-cenc-prk", // pointless HEVC PRK profile to bypass the "Playback not permitted because device request did not include a PRK profile." error
"heaac-2-dash",
"heaac-5.1-dash",
"simplesdh",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Netflix 1080p",
"description": "Forces 1080p and 5.1 playback for Netflix.",
"version": "1.10",
"version": "1.11",
"author": "truedread",
"browser_action": {
"default_icon": "img/icon128.png"
Expand Down

0 comments on commit 2f52fd0

Please sign in to comment.