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 efc8f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion online_mod.js
Original file line number Diff line number Diff line change
Expand Up @@ -7703,7 +7703,7 @@
if (object.movie.original_name) orig_titles.push(object.movie.original_name);

var display = function display(items) {
if (items && items.length) {
if (items && items.length && items.forEach) {
var is_sure = false;
items.forEach(function (c) {
c.ru_title = c.name && c.name.main;
Expand Down

0 comments on commit efc8f4b

Please sign in to comment.