diff --git a/YACReaderLibrary/qml/ComicInfoView.qml b/YACReaderLibrary/qml/ComicInfoView.qml index a8600836..5b7eed9f 100644 --- a/YACReaderLibrary/qml/ComicInfoView.qml +++ b/YACReaderLibrary/qml/ComicInfoView.qml @@ -531,7 +531,7 @@ Rectangle { Repeater { id: letterers - model: comicInfo ? comicInfo.getLetterers().length : nul + model: comicInfo ? comicInfo.getLetterers().length : null Column{ Text { color: infoTitleColor