diff --git a/crabidy-core/crabidy/v1/crabidy.proto b/crabidy-core/crabidy/v1/crabidy.proto index 420cbe0..09d0ad0 100644 --- a/crabidy-core/crabidy/v1/crabidy.proto +++ b/crabidy-core/crabidy/v1/crabidy.proto @@ -135,6 +135,7 @@ message RestartTrackResponse {} message LibraryNodeChild { string uuid = 1; string title = 2; + bool is_queable = 3; } message QueueModifiers {