Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yumata committed Oct 31, 2023
1 parent d152159 commit 6c4a02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -19988,7 +19988,7 @@
});
});
} else if (params.url == 'anime') {
TMDB.genres.movie.forEach(function (genre) {
TMDB.genres.tv.forEach(function (genre) {
var event = function event(call) {
get$5('?cat=' + params.url + '&sort=top&genre=' + genre.id, params, function (json) {
json.title = Lang.translate(genre.title.replace(/[^a-z_]/g, ''));
Expand Down

0 comments on commit 6c4a02c

Please sign in to comment.