Neet fixes

This commit is contained in:
IlyaShurupov 2023-11-30 15:19:40 +03:00
parent 231b30b2cb
commit d5ff875497
10 changed files with 186 additions and 23 deletions

View file

@ -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();