We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6700f14 commit b707125Copy full SHA for b707125
src/main/proto/jukebox.proto
@@ -10,6 +10,7 @@ service Jukebox {
10
rpc GetSongInfo(SongInfoRequest) returns (PlayerSongQueue);
11
rpc PlaySong(PlaySongRequest) returns (PlaySongResponse);
12
rpc RemoveSong(SongRemoveRequest) returns (google.protobuf.Empty);
13
+ rpc RemoveSongs(BatchSongRemoveRequest) returns (google.protobuf.Empty);
14
rpc StopSong(StopSongRequest) returns (google.protobuf.Empty);
15
}
16
0 commit comments