mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
This commit is contained in:
parent
5b5871bd01
commit
63c4ef9f57
7 changed files with 9 additions and 9 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue