Skip to content

Commit

Permalink
proto: Add state variable
Browse files Browse the repository at this point in the history
  • Loading branch information
SEbbaDK committed Feb 22, 2022
1 parent b906d67 commit b6e3b78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sonica.proto
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ message Status {
Song current = 1;
int32 length = 2;
int32 progress = 3;
int32 state = 8; // Stopped : 1, Playing : 2, Paused : 3

int32 queue_length = 4;
int64 queue_hash = 5;
Expand Down

0 comments on commit b6e3b78

Please sign in to comment.