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