From 929a0997609e7afcecb28bd55ebeea439068d6b3 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Fri, 13 Feb 2015 07:47:43 +0100 Subject: [PATCH] Update to match the current API of DanbooruService --- src/qml/danbooruimageview.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/danbooruimageview.qml b/src/qml/danbooruimageview.qml index 50f4245..c8dfad1 100644 --- a/src/qml/danbooruimageview.qml +++ b/src/qml/danbooruimageview.qml @@ -203,7 +203,7 @@ Rectangle { onAtYEndChanged: { if (grid.atYEnd) { - danbooruService.getPostList(2, "", 10) + danbooruService.nextPostPage() } }