[music] fix .cue sheet media with embedded art not showing. fixes #14043
authorJonathan Marshall <jmarshall@xbmc.org>
Sat, 8 Mar 2014 05:40:50 +0000 (18:40 +1300)
committerJonathan Marshall <jmarshall@xbmc.org>
Sat, 8 Mar 2014 05:42:38 +0000 (18:42 +1300)
xbmc/music/tags/MusicInfoTag.cpp

index bd03676..e66d4f5 100644 (file)
@@ -543,6 +543,7 @@ void CMusicInfoTag::SetSong(const CSong& song)
   SetComment(song.strComment);
   SetPlayCount(song.iTimesPlayed);
   SetLastPlayed(song.lastPlayed);
+  SetCoverArtInfo(song.embeddedArt.size, song.embeddedArt.mime);
   m_rating = song.rating;
   m_strURL = song.strFileName;
   SYSTEMTIME stTime;