Added Thumbnails and saving those to db,

also added Log for Locking and unlocking Rw, because there was a Problem with that, and now it stays
This commit is contained in:
Pablu23
2024-02-23 14:59:08 +01:00
parent cd26d937aa
commit 23f96e0ab5
9 changed files with 236 additions and 29 deletions

View File

@@ -1,7 +1,8 @@
create table if not exists Manga (
ID integer not null primary key,
Title text,
TimeStampUnixEpoch int
TimeStampUnixEpoch int,
Thumbnail blob
);
create table if not exists Chapter (