Skip to content

Commit b707125

Browse files
Add batch song remove request
1 parent 6700f14 commit b707125

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/proto/jukebox.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ service Jukebox {
1010
rpc GetSongInfo(SongInfoRequest) returns (PlayerSongQueue);
1111
rpc PlaySong(PlaySongRequest) returns (PlaySongResponse);
1212
rpc RemoveSong(SongRemoveRequest) returns (google.protobuf.Empty);
13+
rpc RemoveSongs(BatchSongRemoveRequest) returns (google.protobuf.Empty);
1314
rpc StopSong(StopSongRequest) returns (google.protobuf.Empty);
1415
}
1516

0 commit comments

Comments
 (0)