From 44da709ad524aefcd85af6a882a21228d617fa33 Mon Sep 17 00:00:00 2001 From: FaizanDurrani Date: Tue, 7 Nov 2023 19:26:09 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20Paperbac?= =?UTF-8?q?k-iOS/extensions-default@f7f03b7ce144acb07cff19268a54590b16cd32?= =?UTF-8?q?3e=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- komga-tracker-test/Paperback/index.js | 4 ++-- komga-tracker-test/Paperback/source.js | 4 ++-- komga-tracker-test/versioning.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/komga-tracker-test/Paperback/index.js b/komga-tracker-test/Paperback/index.js index c37092d..3cd87e0 100644 --- a/komga-tracker-test/Paperback/index.js +++ b/komga-tracker-test/Paperback/index.js @@ -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', @@ -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); } diff --git a/komga-tracker-test/Paperback/source.js b/komga-tracker-test/Paperback/source.js index c37092d..3cd87e0 100644 --- a/komga-tracker-test/Paperback/source.js +++ b/komga-tracker-test/Paperback/source.js @@ -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', @@ -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); } diff --git a/komga-tracker-test/versioning.json b/komga-tracker-test/versioning.json index eb28860..9b08bed 100644 --- a/komga-tracker-test/versioning.json +++ b/komga-tracker-test/versioning.json @@ -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"}} \ No newline at end of file +{"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"}} \ No newline at end of file