diff --git a/src/qml/main.qml b/src/qml/main.qml
index 26ee2e6..936c1e4 100644
--- a/src/qml/main.qml
+++ b/src/qml/main.qml
@@ -472,7 +472,7 @@ ApplicationWindow {
         Action { onTriggered: player.skipToNinth(parseInt(shortcut)); shortcut: "7";}
         Action { onTriggered: player.skipToNinth(parseInt(shortcut)); shortcut: "8";}
         Action { onTriggered: player.skipToNinth(parseInt(shortcut)); shortcut: "9";}
-        Action { onTriggered: player.skipToNinth(parseInt(shortcut)); shortcut: "0";)
+        Action { onTriggered: player.skipToNinth(parseInt(shortcut)); shortcut: "0";}
 
     }