Update episode.js
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user