remove media from list instead of removing list

This commit is contained in:
Anika Raemer 2018-12-03 19:47:31 +01:00
parent 71f7652a8a
commit 83402c5bf0
3 changed files with 10 additions and 9 deletions

View file

@ -35,6 +35,8 @@ private:
VlcInstance* mVlc;
VlcMediaListPlayer* mPlayer;
bool mIsMediaListSet = false;
};
#endif // MUSICCONTROLLER_H