Update episode.js

This commit is contained in:
2025-05-05 01:41:20 +05:00
committed by GitHub
parent 0b0236bdca
commit 5af9daa286

View File

@@ -15,6 +15,7 @@ async function getEpisodeFromAnixart(releaseId, token = '') {
icon: null, icon: null,
view_count: null, view_count: null,
pinned: false, pinned: false,
episodes_count: null,
})); }));
// Если список `types` пуст, обращаемся к Seele API // Если список `types` пуст, обращаемся к Seele API