Add is_queable prop to LibraryNodeChild

This commit is contained in:
chmanie 2023-06-09 17:08:34 +02:00
parent 4b1546d91f
commit 25e2e3ff83
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ message RestartTrackResponse {}
message LibraryNodeChild { message LibraryNodeChild {
string uuid = 1; string uuid = 1;
string title = 2; string title = 2;
bool is_queable = 3;
} }
message QueueModifiers { message QueueModifiers {