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 c31f968
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 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

0 comments on commit c31f968

Please sign in to comment.