Skip to content

Commit

Permalink
Fix collaps
Browse files Browse the repository at this point in the history
  • Loading branch information
nb557 committed Jan 23, 2024
1 parent a125373 commit 935e918
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 @@
//23.01.2024 - Fix kodik
//23.01.2024 - Fix collaps

(function () {
'use strict';
Expand Down Expand Up @@ -2695,7 +2695,7 @@
var prefer_http = Lampa.Storage.field('online_mod_prefer_http') === true;
var prefer_dash = Lampa.Storage.field('online_mod_prefer_dash') === true;
var prox = component.proxy('collaps');
var embed = prox + (prefer_http || prox ? 'http:' : 'https:') + '//api.embr.ws/embed/';
var embed = prox + (prefer_http || prox ? 'http:' : 'https:') + '//api.lessornot.ws/embed/';
var filter_items = {};
var choice = {
season: 0,
Expand Down

0 comments on commit 935e918

Please sign in to comment.