From 5fbbb58381e04f5afe02dbdee5971e1ae34ccbe0 Mon Sep 17 00:00:00 2001 From: KptnFishy <120373460+KptnFishy@users.noreply.github.com> Date: Sun, 1 Jun 2025 19:14:51 +0200 Subject: [PATCH] Changed icon source to from mangabuddy to github --- dart/manga/src/en/mangabuddy/source.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dart/manga/src/en/mangabuddy/source.dart b/dart/manga/src/en/mangabuddy/source.dart index ef8a9f34..064de9d0 100644 --- a/dart/manga/src/en/mangabuddy/source.dart +++ b/dart/manga/src/en/mangabuddy/source.dart @@ -10,7 +10,7 @@ Source _mangabuddySource = Source( lang: "en", typeSource: "single", isNsfw: true, - iconUrl: "https://mangabuddy.com/static/sites/mangabuddy/icons/favicon.ico", + iconUrl: "https://github.com/KptnFishy/mangayomi-extensions/blob/patch-1/dart/manga/src/en/mangabuddy/icon.png", sourceCodeUrl: _mangabuddySourceCodeUrl, itemType: ItemType.manga, version: _mangabuddyVersion,