From 3370a85ccb0c585d8d71576d38f4057c81a80091 Mon Sep 17 00:00:00 2001 From: Thilo Kogge Date: Tue, 28 Jun 2022 18:06:25 +0200 Subject: [PATCH] removed wild character --- qml/components/PlayerHandler.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/components/PlayerHandler.qml b/qml/components/PlayerHandler.qml index 56df622..34ed64d 100644 --- a/qml/components/PlayerHandler.qml +++ b/qml/components/PlayerHandler.qml @@ -111,7 +111,7 @@ Python { return } } - aktchapter = chapters.length -\ 1 + aktchapter = chapters.length - 1 } function nextchapter() { -- GitLab