Don't clear numPages when deleting metadata

This commit is contained in:
Luis Ángel San Martín 2023-01-16 18:14:21 +01:00
parent 44638219f1
commit ad4139e017
2 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,7 @@ Version counting is based on semantic versioning (Major.Feature.Patch)
### YACReaderLibrary
* Fix scroll in grid views when using Qt6 builds.
* Fix deleting metadata from comics also deleted the number of pages info.
## 9.11

View File

@ -203,7 +203,6 @@ void ComicInfo::deleteMetadata()
title = QVariant();
coverPage = QVariant();
numPages = QVariant();
number = QVariant();
isBis = QVariant();