From f97436e2081b28dc24031b93e6e224bf9fd426cb Mon Sep 17 00:00:00 2001 From: xMohnad Date: Tue, 8 Apr 2025 10:32:50 +0000 Subject: [PATCH] manga(teamx): replace iconUrl getter with static value --- javascript/manga/src/ar/teamx.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/javascript/manga/src/ar/teamx.js b/javascript/manga/src/ar/teamx.js index 8feefb51..1404a6d9 100644 --- a/javascript/manga/src/ar/teamx.js +++ b/javascript/manga/src/ar/teamx.js @@ -4,12 +4,11 @@ const mangayomiSources = [ lang: "ar", baseUrl: "https://olympustaff.com", apiUrl: "", - get iconUrl() { - return `https://www.google.com/s2/favicons?sz=256&domain=${this.baseUrl}`; - }, + iconUrl: + "https://www.google.com/s2/favicons?sz=256&domain=https://olympustaff.com", typeSource: "single", itemType: 0, - version: "1.0.0", + version: "1.0.1", pkgPath: "manga/src/ar/teamx.js", }, ];