diff --git a/YACReaderLibrary/db_helper.cpp b/YACReaderLibrary/db_helper.cpp index f594405c..381de0e6 100644 --- a/YACReaderLibrary/db_helper.cpp +++ b/YACReaderLibrary/db_helper.cpp @@ -875,7 +875,7 @@ QList DBHelper::getSortedComicsFromParent(qulonglong parentId, QSqlData { if(c1.info.number.isNull() && c2.info.number.isNull()) { - return naturalSortLessThanCI(c1.info.title.toString(), c2.info.title.toString()); + return naturalSortLessThanCI(c1.name, c2.name); } else {