Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nb557 committed Dec 30, 2024
1 parent 59328b0 commit 70282fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions online_mod.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//22.12.2024 - Fix
//30.12.2024 - Fix

(function () {
'use strict';
Expand Down Expand Up @@ -405,7 +405,7 @@
var prefer_http = Lampa.Storage.field('online_mod_prefer_http') === true;
var prefer_mp4 = Lampa.Storage.field('online_mod_prefer_mp4') === true;
var prox = component.proxy('lumex');
var host = atob('aHR0cHM6Ly9wLmx1bWV4LmNsb3Vk');
var host = atob('aHR0cHM6Ly9wLmx1bWV4LnNwYWNl');
var ref = host + '/';
var user_agent = Utils.baseUserAgent();
var headers = Lampa.Platform.is('android') ? {
Expand Down Expand Up @@ -439,7 +439,7 @@
}

var prox_enc2 = prox_enc;
var embed = atob('aHR0cHM6Ly9hcGkubHVtZXguY2xvdWQv');
var embed = atob('aHR0cHM6Ly9hcGkubHVtZXguc3BhY2Uv');
var suffix = atob('Y2xpZW50SWQ9Q1dmS1hMYzFhaklkJmRvbWFpbj1tb3ZpZWxhYi5vbmUmdXJsPW1vdmllbGFiLm9uZQ==');
var filter_items = {};
var choice = {
Expand Down Expand Up @@ -11441,7 +11441,7 @@
};
}

var mod_version = '22.12.2024';
var mod_version = '30.12.2024';
console.log('App', 'start address:', window.location.href);
var isMSX = !!(window.TVXHost || window.TVXManager);
var isTizen = navigator.userAgent.toLowerCase().indexOf('tizen') !== -1;
Expand Down

0 comments on commit 70282fe

Please sign in to comment.