Aufree / ESTMusicPlayer

An elegant and simple iOS music player.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MusicHandler.m Line50 image name typo

PascoCoder opened this issue · comments

commented

there is no image named "music_lock_screen_placeholder" in project,,it will lead to crash because image is also null.
fix this typo:
UIImage *placeholderImage = [UIImage imageNamed:@"music_placeholder"];

Thank you for reminding me, I forget to update this image...