Add support for setting the content type to a whole library

This commit is contained in:
Luis Ángel San Martín
2024-07-09 19:18:22 +02:00
parent 58ec456fc7
commit f9039c7a26
9 changed files with 225 additions and 50 deletions

View File

@ -91,6 +91,7 @@ public:
static QList<Label> getLabels(qulonglong libraryId);
static void updateFolderTreeType(qulonglong id, QSqlDatabase &db, YACReader::FileType type);
static void updateDBType(QSqlDatabase &db, YACReader::FileType type);
// load
static Folder loadFolder(qulonglong id, QSqlDatabase &db);