Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Deploying to gh-pages from @ 62e0717 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNetsky committed Oct 10, 2022
1 parent 78d8afc commit 498f49c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion primary/MangaDex/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2955,7 +2955,7 @@ exports.MangaDexInfo = {
description: 'Extension that pulls manga from MangaDex',
icon: 'icon.png',
name: 'MangaDex',
version: '2.1.9',
version: '2.1.10',
authorWebsite: 'https://github.com/nar1n',
websiteBaseURL: MANGADEX_DOMAIN,
contentRating: paperback_extensions_common_1.ContentRating.EVERYONE,
Expand Down Expand Up @@ -3186,6 +3186,7 @@ class MangaDex extends paperback_extensions_common_1.Source {
offset += 500;
if (json.data === undefined)
throw new Error(`Failed to parse json results for ${mangaId}`);
sortingIndex = json.data.length;
for (const chapter of json.data) {
const chapterId = chapter.id;
const chapterDetails = chapter.attributes;
Expand Down
3 changes: 2 additions & 1 deletion primary/MangaDex/source.js
Original file line number Diff line number Diff line change
Expand Up @@ -2955,7 +2955,7 @@ exports.MangaDexInfo = {
description: 'Extension that pulls manga from MangaDex',
icon: 'icon.png',
name: 'MangaDex',
version: '2.1.9',
version: '2.1.10',
authorWebsite: 'https://github.com/nar1n',
websiteBaseURL: MANGADEX_DOMAIN,
contentRating: paperback_extensions_common_1.ContentRating.EVERYONE,
Expand Down Expand Up @@ -3186,6 +3186,7 @@ class MangaDex extends paperback_extensions_common_1.Source {
offset += 500;
if (json.data === undefined)
throw new Error(`Failed to parse json results for ${mangaId}`);
sortingIndex = json.data.length;
for (const chapter of json.data) {
const chapterId = chapter.id;
const chapterDetails = chapter.attributes;
Expand Down
2 changes: 1 addition & 1 deletion primary/versioning.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"buildTime":"2022-08-18T08:35:54.559Z","sources":[{"id":"MangaDex","name":"MangaDex","author":"nar1n","desc":"Extension that pulls manga from MangaDex","website":"https://github.com/nar1n","contentRating":"EVERYONE","version":"2.1.9","icon":"icon.png","tags":[{"text":"Notifications","type":"success"}],"websiteBaseURL":"https://mangadex.org"},{"id":"Webtoons","name":"Webtoons","author":"btylerh7","desc":"Extension that pulls comics from Webtoons.","website":"http://github.com/btylerh7","contentRating":"EVERYONE","version":"2.1.3","icon":"logo.png","tags":[{"text":"Multi-Language","type":"info"}],"websiteBaseURL":"https://www.webtoons.com"}],"builtWith":{"cli":"2.0.0-alpha.11","commons":"5.0.0-alpha.5"}}
{"buildTime":"2022-10-10T23:50:43.719Z","sources":[{"id":"MangaDex","name":"MangaDex","author":"nar1n","desc":"Extension that pulls manga from MangaDex","website":"https://github.com/nar1n","contentRating":"EVERYONE","version":"2.1.10","icon":"icon.png","tags":[{"text":"Notifications","type":"success"}],"websiteBaseURL":"https://mangadex.org"},{"id":"Webtoons","name":"Webtoons","author":"btylerh7","desc":"Extension that pulls comics from Webtoons.","website":"http://github.com/btylerh7","contentRating":"EVERYONE","version":"2.1.3","icon":"logo.png","tags":[{"text":"Multi-Language","type":"info"}],"websiteBaseURL":"https://www.webtoons.com"}],"builtWith":{"cli":"2.0.0-alpha.11","commons":"5.0.0-alpha.5"}}

0 comments on commit 498f49c

Please sign in to comment.