From 97e2e779b196621117bfb73c4be61ae9a0b2be30 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 8 May 2010 15:35:35 +0200 Subject: piano: New error QUICKMIX_NOT_PLAYABLE Trigger this error: Delete all stations (you can't delete the quickmix) and select your quickmix station. --- libpiano/src/piano.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libpiano/src/piano.h') diff --git a/libpiano/src/piano.h b/libpiano/src/piano.h index 4feccd9..fb97949 100644 --- a/libpiano/src/piano.h +++ b/libpiano/src/piano.h @@ -217,6 +217,7 @@ typedef enum { PIANO_RET_OUT_OF_MEMORY = 12, PIANO_RET_OUT_OF_SYNC = 13, PIANO_RET_PLAYLIST_END = 14, + PIANO_RET_QUICKMIX_NOT_PLAYABLE = 15, } PianoReturn_t; void PianoInit (PianoHandle_t *); -- cgit v1.2.3