diff --git a/src/Paperback/Paperback.ts b/src/Paperback/Paperback.ts index 3d7cd56..1b1018e 100644 --- a/src/Paperback/Paperback.ts +++ b/src/Paperback/Paperback.ts @@ -43,7 +43,7 @@ import { getAuthorizationString, // - getTags() which is called on the homepage // - search method which is called even if the user search in an other source export const PaperbackInfo: SourceInfo = { - version: '1.2.10', + version: '1.2.12', name: 'Paperback', icon: 'icon.png', author: 'Lemon | Faizan Durrani', @@ -534,7 +534,7 @@ export class Paperback extends Source { const komgaAPI = await 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`) await actionQueue.discardChapterReadAction(readAction) } else {