From 4ebfe9851c63c8aa55292c01f23fedd9313ed191 Mon Sep 17 00:00:00 2001 From: Christoph Heinrich Date: Mon, 20 Feb 2023 06:44:22 +0100 Subject: options: transition commands from OPT_FLAG to OPT_BOOL --- stream/stream_slice.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stream/stream_slice.c') diff --git a/stream/stream_slice.c b/stream/stream_slice.c index 88a611c4ad..c0dbeeb2af 100644 --- a/stream/stream_slice.c +++ b/stream/stream_slice.c @@ -177,4 +177,5 @@ const stream_info_t stream_info_slice = { .name = "slice", .open2 = open2, .protocols = (const char*const[]){ "slice", NULL }, + .can_write = false, }; -- cgit v1.2.3