Skip to content

Commit

Permalink
Add channel labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
truedread committed Aug 30, 2019
1 parent de9fb34 commit c94b5a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions cadmium-playercore-6.0015.328.011-1080p.js
Original file line number Diff line number Diff line change
Expand Up @@ -26064,6 +26064,12 @@ H4DD.b57 = function() {

function d(f) {
try {
if (/watch/.test(window.location.pathname)) {
for (var i = 0; i < f.audio_tracks.length; i++) {
f.audio_tracks[i].languageDescription += ' - ' + f.audio_tracks[i].channelsFormat;
}
}

a.JT(f);
b(k.Bb);
c();
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.2",
"version": "1.19",
"author": "truedread",
"browser_action": {
"default_icon": "img/icon128.png"
Expand Down

0 comments on commit c94b5a9

Please sign in to comment.