From 06ef29f43476eafae8d0e2a3f72cd01df4726b01 Mon Sep 17 00:00:00 2001 From: nb557 <> Date: Sun, 15 Dec 2024 18:24:16 +0300 Subject: [PATCH] Fix --- online_mod.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/online_mod.js b/online_mod.js index 505c79c..9023c8b 100644 --- a/online_mod.js +++ b/online_mod.js @@ -7703,6 +7703,9 @@ if (object.movie.original_name) orig_titles.push(object.movie.original_name); var display = function display(items) { + console.log('anilibria2', 'display:', typeof items); + console.log('anilibria2', 'display:', items); + if (items && items.length) { var is_sure = false; items.forEach(function (c) { @@ -7790,6 +7793,10 @@ display(json); }, function (a, c) { component.empty(network.errorDecode(a, c)); + }, false, { + headers: { + 'Accept-Encoding': 'gzip' + } }); };