summaryrefslogtreecommitdiffstats
path: root/apps/hosted/android
diff options
context:
space:
mode:
Diffstat (limited to 'apps/hosted/android')
-rw-r--r--apps/hosted/android/notification.c2
1 files changed, 1 insertions, 1 deletions
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());