diff options
| author | Factiven <[email protected]> | 2023-09-21 12:28:37 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-09-21 12:28:37 +0700 |
| commit | f21d2643386cff52cc360dc6962847c8a0bc3df1 (patch) | |
| tree | 0af6bf1e3e78a330d9bc4051c4a0ffdc800feac2 /components/manga/mobile | |
| parent | Update v4.0.3 (diff) | |
| download | moopa-4.0.4.tar.xz moopa-4.0.4.zip | |
Update v4.0.4v4.0.4
Diffstat (limited to 'components/manga/mobile')
| -rw-r--r-- | components/manga/mobile/bottomBar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/manga/mobile/bottomBar.js b/components/manga/mobile/bottomBar.js index a388f17..6493dca 100644 --- a/components/manga/mobile/bottomBar.js +++ b/components/manga/mobile/bottomBar.js @@ -99,7 +99,7 @@ export default function BottomBar({ onClick={() => setSeekPage(x.index)} > <Image - src={`https://img.moopa.live/image-proxy?url=${encodeURIComponent( + src={`https://api.consumet.org/utils/image-proxy?url=${encodeURIComponent( x.url )}&headers=${encodeURIComponent( JSON.stringify({ Referer: x.headers.Referer }) |