From 8cf92b107695b2fe04b86c90d64f4f74e4288c44 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 6 Nov 2010 13:32:31 +0100 Subject: Protocol version bump (v29) - New crypto keys (thanks to ZigZagJoe for extracting them) - addTiredSong api changed - song identity not needed any more => removed from libpiano --- libpiano/src/xml.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libpiano/src/xml.c') diff --git a/libpiano/src/xml.c b/libpiano/src/xml.c index cfbfe85..36afc87 100644 --- a/libpiano/src/xml.c +++ b/libpiano/src/xml.c @@ -267,8 +267,6 @@ static void PianoXmlParsePlaylistCb (const char *key, const ezxml_t value, song->userSeed = strdup (valueStr); } else if (strcmp ("songTitle", key) == 0) { song->title = strdup (valueStr); - } else if (strcmp ("identity", key) == 0) { - song->identity = strdup (valueStr); } else if (strcmp ("rating", key) == 0) { if (strcmp (valueStr, "1") == 0) { song->rating = PIANO_RATE_LOVE; -- cgit v1.2.3