Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Commit

Permalink
Update v4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DevanAbinaya committed Oct 26, 2023
1 parent c1d5850 commit f7374d0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moopa",
"version": "4.2.2",
"version": "4.2.3",
"private": true,
"founder": "Factiven",
"scripts": {
Expand Down
4 changes: 1 addition & 3 deletions pages/api/v2/episode/[id].js
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ async function fetchAnify(id) {
return [];
}

const filtered = data.filter(
(item) => item.providerId !== "animepahe" && item.providerId !== "kass"
);
const filtered = data.filter((item) => item.providerId !== "kass");
// const modifiedData = filtered.map((provider) => {
// if (provider.providerId === "gogoanime") {
// const reversedEpisodes = [...provider.episodes].reverse();
Expand Down
7 changes: 2 additions & 5 deletions release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@

This document contains a summary of all significant changes made to this release.

## 🎉 Update v4.2.2
## 🎉 Update v4.2.3

### What's Changed

- fix: anify doesn't return anything
- fix: non-consumet user recieve error when parsing the API url
- fix: manga doesn't work without redis
- fix: fixed some functionality when searching manga
- Add: Animepahe provider

0 comments on commit f7374d0

Please sign in to comment.