manga(teamx): replace iconUrl getter with static value

This commit is contained in:
xMohnad
2025-04-08 10:32:50 +00:00
parent 5ca85d29b7
commit f97436e208

View File

@@ -4,12 +4,11 @@ const mangayomiSources = [
lang: "ar", lang: "ar",
baseUrl: "https://olympustaff.com", baseUrl: "https://olympustaff.com",
apiUrl: "", apiUrl: "",
get iconUrl() { iconUrl:
return `https://www.google.com/s2/favicons?sz=256&domain=${this.baseUrl}`; "https://www.google.com/s2/favicons?sz=256&domain=https://olympustaff.com",
},
typeSource: "single", typeSource: "single",
itemType: 0, itemType: 0,
version: "1.0.0", version: "1.0.1",
pkgPath: "manga/src/ar/teamx.js", pkgPath: "manga/src/ar/teamx.js",
}, },
]; ];