Skip to content

Commit

Permalink
Deploying to gh-pages from @ f7f03b7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
FaizanDurrani committed Nov 7, 2023
1 parent 9054382 commit 44da709
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions komga-tracker-test/Paperback/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2759,7 +2759,7 @@ const Common_1 = require("./Common");
// - getTags() which is called on the homepage
// - search method which is called even if the user search in an other source
exports.PaperbackInfo = {
version: '1.2.10',
version: '1.2.12',
name: 'Paperback',
icon: 'icon.png',
author: 'Lemon | Faizan Durrani',
Expand Down Expand Up @@ -3262,7 +3262,7 @@ class Paperback extends types_1.Source {
const chapterReadActions = yield actionQueue.queuedChapterReadActions();
const komgaAPI = yield (0, Common_1.getKomgaAPI)(this.stateManager);
for (const readAction of chapterReadActions) {
if (readAction.sourceId != 'Komga') {
if (readAction.sourceId != 'Paperback') {
console.log(`Manga ${readAction.mangaId} from source ${readAction.sourceId} can not be used as it does not come from Komga. Discarding`);
yield actionQueue.discardChapterReadAction(readAction);
}
Expand Down
4 changes: 2 additions & 2 deletions komga-tracker-test/Paperback/source.js
Original file line number Diff line number Diff line change
Expand Up @@ -2759,7 +2759,7 @@ const Common_1 = require("./Common");
// - getTags() which is called on the homepage
// - search method which is called even if the user search in an other source
exports.PaperbackInfo = {
version: '1.2.10',
version: '1.2.12',
name: 'Paperback',
icon: 'icon.png',
author: 'Lemon | Faizan Durrani',
Expand Down Expand Up @@ -3262,7 +3262,7 @@ class Paperback extends types_1.Source {
const chapterReadActions = yield actionQueue.queuedChapterReadActions();
const komgaAPI = yield (0, Common_1.getKomgaAPI)(this.stateManager);
for (const readAction of chapterReadActions) {
if (readAction.sourceId != 'Komga') {
if (readAction.sourceId != 'Paperback') {
console.log(`Manga ${readAction.mangaId} from source ${readAction.sourceId} can not be used as it does not come from Komga. Discarding`);
yield actionQueue.discardChapterReadAction(readAction);
}
Expand Down
2 changes: 1 addition & 1 deletion komga-tracker-test/versioning.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"buildTime":"2023-10-23T15:09:26.902Z","sources":[{"id":"Paperback","name":"Paperback","author":"Lemon | Faizan Durrani","desc":"Komga client extension for Paperback","website":"https://github.com/FramboisePi","contentRating":"EVERYONE","version":"1.2.10","icon":"icon.png","tags":[{"text":"Self hosted","type":"danger"}],"websiteBaseURL":"https://komga.org","intents":39}],"builtWith":{"toolchain":"0.8.0-alpha.47","types":"0.8.0-alpha.47"}}
{"buildTime":"2023-11-07T19:26:08.298Z","sources":[{"id":"Paperback","name":"Paperback","author":"Lemon | Faizan Durrani","desc":"Komga client extension for Paperback","website":"https://github.com/FramboisePi","contentRating":"EVERYONE","version":"1.2.12","icon":"icon.png","tags":[{"text":"Self hosted","type":"danger"}],"websiteBaseURL":"https://komga.org","intents":39}],"builtWith":{"toolchain":"0.8.0-alpha.47","types":"0.8.0-alpha.47"}}

0 comments on commit 44da709

Please sign in to comment.