Aufree / ESTMusicPlayer

An elegant and simple iOS music player.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

列表点击崩溃,及解决方案

Alienchang opened this issue · comments

MusicHandle 56行sdwebimageview回调,MPMediaItemArtwork的image为空就会崩溃,建议

if (!image) {
image = [UIImage new];
}
MPMediaItemArtwork *artwork = [[MPMediaItemArtwork alloc] initWithImage:image];

真机iOS 9.2 点击音乐也是直接崩溃,MusicViewController 427行 removeStreamerObserver方法

@Alienchang Thank you for your good suggestion.