update todo

This commit is contained in:
IlyaShurupov 2024-05-06 11:56:24 +03:00
parent 9cfae3fe3e
commit c41dcf9efa
2 changed files with 16 additions and 12 deletions

View file

@ -1,19 +1,7 @@
#include "GUI.hpp"
#include "Player.hpp"
#include "GraphicApplication.hpp"
// 1) artworks
// 2) how to easily add more songs?
// 3) GUi :
// - seeker
// - song idx
// - non-existing highlight
// - prev next
// - remove debug gui
// 4) queue & repeat & shuffle...
// 5) new database with history
using namespace tp;
class LibraryViewer : public Application {