From 63c4ef9f57fa6947f9244e087180d9d5781c1032 Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Thu, 22 Dec 2011 18:48:43 +0000 Subject: Rename 'mp3entry.embed_albumart' to 'mp3entry.has_embedded_albumart' (FS#12470). No functional changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31405 a1c6a512-1295-4272-9138-f99709370657 --- apps/hosted/android/notification.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/hosted/android/notification.c') diff --git a/apps/hosted/android/notification.c b/apps/hosted/android/notification.c index 443200698c..2c814b06a6 100644 --- a/apps/hosted/android/notification.c +++ b/apps/hosted/android/notification.c @@ -68,7 +68,7 @@ static void track_changed_callback(void *param) album = e->NewStringUTF(env_ptr, id3->album ?: ""); albumart = NULL; - if (id3->embed_albumart && id3->albumart.type == AA_TYPE_JPG) + if (id3->has_embedded_albumart && id3->albumart.type == AA_TYPE_JPG) { /* extract albumart to a temporary file using mmap() */ snprintf(buf, sizeof(buf), "/sdcard/rockbox/.temp_albumart_%d.jpg", thread_self()); -- cgit v1.2.3