fix default preview image
This commit is contained in:
parent
a4006ea015
commit
20094b0cf2
4 changed files with 6 additions and 7 deletions
|
|
@ -19,7 +19,7 @@ void MusicModel::init(NavigationItemModel *item)
|
|||
|
||||
if(mMedia)
|
||||
delete mMedia;
|
||||
mMedia = new VlcMedia(mCurrentItem->getPath(), true, mVlc);
|
||||
mMedia = new VlcMedia(mCurrentItem->getPath()+"/Pink Panther.mp3", true, mVlc);
|
||||
}
|
||||
|
||||
void MusicModel::navigateBack()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue