Neet fixes
This commit is contained in:
parent
b74c5bc5e5
commit
98b5e4d182
10 changed files with 186 additions and 23 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "Common.hpp"
|
||||
#include "LibraryViewer.hpp"
|
||||
|
||||
class MusicPlayerContext;
|
||||
typedef tp::ualni SongId;
|
||||
|
|
@ -10,7 +10,7 @@ public:
|
|||
TrackPlayer();
|
||||
~TrackPlayer();
|
||||
|
||||
void startStreamTrack(SongId id);
|
||||
bool startStreamTrack(SongId id);
|
||||
|
||||
void playSong();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue