Update episode.js

This commit is contained in:
2025-06-25 19:51:19 +05:00
committed by GitHub
parent 2474055186
commit 5805ab34c7

View File

@@ -11,7 +11,7 @@ async function getEpisodeFromAnixart(releaseId, token = '') {
data.types = data.types.map((type) => ({
...type,
// id: 0,
workers: "источник: seele.su",
workers: "source by senın (seele.su)",
// name: "Недоступно (⁠≧⁠▽⁠≦⁠)",
// icon: null,
// view_count: null,
@@ -45,7 +45,7 @@ async function getEpisodeFromSeele(releaseId, token = '') {
// Изменение структуры поля `workers`
data.types = data.types.map((type) => ({
...type,
workers: "источник: seele.su",
workers: "source by senın (seele.su)",
}));
return data;