mirror of
https://github.com/YACReader/yacreader
synced 2025-11-15 14:32:52 -05:00
Fix type propagation from the container folder
This commit is contained in:
@ -361,7 +361,7 @@ void LibraryCreator::insertComic(const QString &relativePath, const QFileInfo &f
|
||||
}
|
||||
|
||||
comic.parentId = _currentPathFolders.last().id;
|
||||
comic.info.type = QVariant::fromValue(_currentPathFolders.last().type); // TODO_METADATA test this
|
||||
comic.info.type = QVariant::fromValue(_currentPathFolders.last().type);
|
||||
|
||||
DBHelper::insert(&comic, _database, parsed);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user