Commit b29cd9b
committed
fix:
- Encountered an issue w/ `.flac` files where Mp3tag show the artwork as `Other` but Media3 had `artworkDataType = -1` instead of `0`.
- In the implementation where we get the `base64` image, the mimeType for the artwork in this `.flac` file was `audio/wav` for whatever reason, which probably explains why we got `-1`.Other artwork classification not being saved1 parent 5fe5c65 commit b29cd9b
File tree
2 files changed
+8
-1
lines changed- android/src/main/java/com/cyanchill/missingcore/metadataretriever/modules
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
198 | 200 | | |
199 | 201 | | |
200 | 202 | | |
| |||
0 commit comments