Add is_queable prop to LibraryNodeChild
This commit is contained in:
parent
4b1546d91f
commit
25e2e3ff83
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue