Update episode.js

This commit is contained in:
2025-05-05 01:36:37 +05:00
committed by GitHub
parent 93ebf485b1
commit 6d1e9f8ec7

View File

@@ -11,6 +11,9 @@ async function getEpisodeFromAnixart(releaseId, token = '') {
data.types = data.types.map((type) => ({ data.types = data.types.map((type) => ({
...type, ...type,
workers: "источник: seele.su", workers: "источник: seele.su",
name: "Уагадай что за озвучка?",
icon: null,
view_count: null,
})); }));
// Если список `types` пуст, обращаемся к Seele API // Если список `types` пуст, обращаемся к Seele API