Skip to content

Commit

Permalink
updated msl_client and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
jangxx committed May 17, 2020
1 parent 8d70b12 commit 8dff934
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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.19",
"version": "1.20",
"author": "truedread",
"browser_action": {
"default_icon": "img/icon128.png"
Expand Down
12 changes: 6 additions & 6 deletions msl_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ async function getManifest(esn=defaultEsn) {
"id": Date.now(),
"esn": defaultEsn,
"languages": [localeId],
"uiVersion": "shakti-v4bf615c3",
"clientVersion": "6.0015.328.011",
"uiVersion": "shakti-vecd1f07a",
"clientVersion": "6.0023.327.011",
"params": {
"type": "standard",
"viewableId": viewableId,
Expand All @@ -350,8 +350,8 @@ async function getManifest(esn=defaultEsn) {
"isBranching": false,
"useHttpsStreams": true,
"imageSubtitleHeight": 720,
"uiVersion": "shakti-v4bf615c3",
"clientVersion": "6.0015.328.011",
"uiVersion": "shakti-vecd1f07a",
"clientVersion": "6.0023.327.011",
"supportsPreReleasePin": true,
"supportsWatermark": true,
"showAllSubDubTracks": false,
Expand Down Expand Up @@ -403,8 +403,8 @@ async function getLicense(challenge, sessionId) {
"id": Date.now(),
"esn": defaultEsn,
"languages": [localeId],
"uiVersion": "shakti-v4bf615c3",
"clientVersion": "6.0015.328.011",
"uiVersion": "shakti-vecd1f07a",
"clientVersion": "6.0023.327.011",
"params": [{
"sessionId": sessionId,
"clientTime": Math.floor(Date.now() / 1000),
Expand Down

0 comments on commit 8dff934

Please sign in to comment.