Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 0b8be756 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

FIX: The moveid was in fact the move command from mpd, no range supported for...

FIX: The moveid was in fact the move command from mpd, no range supported for the moment [gen-appimage]
parent d446eb0a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #2089 réussi avec des avertissements
......@@ -199,7 +199,7 @@ handle_simple_command(struct lkt_state *srv, size_t c, struct lkt_command cmd)
err = ! command_clear(srv, NULL);
else if (STR_MATCH(cmd.name, "crop"))
err = ! command_crop(srv, NULL);
else if (STR_MATCH(cmd.name, "moveid"))
else if (STR_MATCH(cmd.name, "move"))
err = ! command_move(srv, cmd.args);
else if (STR_MATCH(cmd.name, "shuffle"))
err = ! command_shuffle(srv, NULL);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter