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

MPD: Re-enable move command after rebase

parent 1492bb28
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!141Improve MPD compatibility
...@@ -506,12 +506,8 @@ command_move(struct lkt_state UNUSED *srv, char *args[LKT_MESSAGE_ARGS_MAX]) ...@@ -506,12 +506,8 @@ command_move(struct lkt_state UNUSED *srv, char *args[LKT_MESSAGE_ARGS_MAX])
STRTOL(to, args[1], endptr, err); STRTOL(to, args[1], endptr, err);
RETURN_IF(err, "STRTOL failed", false); RETURN_IF(err, "STRTOL failed", false);
/*
srv->mpd_idle_events |= MPD_IDLE_PLAYLIST; srv->mpd_idle_events |= MPD_IDLE_PLAYLIST;
return database_queue_move(srv->db, from, to); return database_queue_move(srv->db, from, to);
*/
LOG_FATAL("Unimplemented");
return false;
} }
static bool static bool
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter