ap4y / OrigamiEngine

Lightweight audio engine for iOS and OSX with flac, cue, mp3, m4a, m3u support.
http://ap4y.github.com/OrigamiEngine/
MIT License
545 stars 118 forks source link

Fixed return of a cover into result. #83

Open delitestudio opened 7 years ago

delitestudio commented 7 years ago

Function metadataForFile does not return cover pictures, they where set directly into self.metadata. This will cause cover pictures being lost where the result of metadataForFile is assigned back to self.metadata.

delitestudio commented 7 years ago

Hi @ap4y, could you give an eye to this? Without the patch covers will not show correctly.