diff --git a/YACReaderLibrary/qml/ComicInfo.qml b/YACReaderLibrary/qml/ComicInfo.qml index 31c2a086..5db4d6b7 100644 --- a/YACReaderLibrary/qml/ComicInfo.qml +++ b/YACReaderLibrary/qml/ComicInfo.qml @@ -401,7 +401,7 @@ Rectangle { spacing: 20 Repeater { id: characters - model: comicInfo.getCharacters().lenght + model: comicInfo.getCharacters().length Text { color: "white"