feat: stream currently playing + volume + toggle pause + seek position
This commit is contained in:
@@ -17,4 +17,5 @@ message Track {
|
||||
string name = 2;
|
||||
string artist_name = 3;
|
||||
uint64 artist_id = 4;
|
||||
uint64 duration = 5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user