feat: currently playing + volume + seek position + toggle pause

This commit is contained in:
2024-11-24 23:35:14 +01:00
parent 7ae47d02f2
commit 2b471c6296
19 changed files with 1015 additions and 77 deletions

View File

@@ -17,4 +17,5 @@ message Track {
string name = 2;
string artist_name = 3;
uint64 artist_id = 4;
uint64 duration = 5;
}