Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nb557 committed Dec 15, 2024
1 parent 17d2db8 commit 06ef29f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions online_mod.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -7790,6 +7793,10 @@
display(json);
}, function (a, c) {
component.empty(network.errorDecode(a, c));
}, false, {
headers: {
'Accept-Encoding': 'gzip'
}
});
};

Expand Down

0 comments on commit 06ef29f

Please sign in to comment.