mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05: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
|
|
@ -503,7 +503,7 @@ static int asf_parse_header(int fd, struct mp3entry* id3,
|
|||
if (id3->albumart.type != AA_TYPE_UNKNOWN) {
|
||||
id3->albumart.pos = lseek(fd, 0, SEEK_CUR);
|
||||
id3->albumart.size = datalength;
|
||||
id3->embed_albumart = true;
|
||||
id3->has_embedded_albumart = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue