Skip to content

Commit

Permalink
Fix zetflix
Browse files Browse the repository at this point in the history
  • Loading branch information
nb557 committed Nov 19, 2023
1 parent 5611201 commit 15708fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions online_mod.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//19.11.2023 - Fix
//19.11.2023 - Fix zetflix

(function () {
'use strict';
Expand Down Expand Up @@ -4408,7 +4408,7 @@
var select_id = '';
var prefer_http = Lampa.Storage.field('online_mod_prefer_http') === true;
var prox = component.proxy('zetflix');
var embed = prox + (prefer_http || prox ? 'http:' : 'https:') + '//zetfix.online/iplayer/videodb.php';
var embed = prox + (prefer_http || prox ? 'http:' : 'https:') + '//zeflix.online/iplayer/videodb.php';
var iframe_proxy = !prox && Lampa.Storage.field('online_mod_iframe_proxy') === true && !window.location.protocol.startsWith('http');
var filter_items = {};
var choice = {
Expand Down

0 comments on commit 15708fd

Please sign in to comment.