From 25e2e3ff833d0075f035c6b153e858b5bf3edbe3 Mon Sep 17 00:00:00 2001 From: chmanie Date: Fri, 9 Jun 2023 17:08:34 +0200 Subject: [PATCH] Add is_queable prop to LibraryNodeChild --- crabidy-core/crabidy/v1/crabidy.proto | 1 + 1 file changed, 1 insertion(+) 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 {