From f9c2c2b558a6ee27dfbf347dcd67a4c9976a7618 Mon Sep 17 00:00:00 2001 From: jcorporation Date: Tue, 23 Apr 2024 20:26:22 +0200 Subject: [PATCH] Remove deprecation flag for volume command --- NEWS | 1 + doc/protocol.rst | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e5124c414..762c64413 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,7 @@ ver 0.24 (not yet released) - allow range in listplaylist and listplaylistinfo - "sticker find" supports sort and window parameter and new sticker compare operators "eq", "lt" and "gt" - consume only idle flags that were subscribed to + - volume command is no longer deprecated * database - attribute "added" shows when each song was added to the database - fix integer overflows with 64-bit inode numbers diff --git a/doc/protocol.rst b/doc/protocol.rst index 40fcaa915..f0b477bd1 100644 --- a/doc/protocol.rst +++ b/doc/protocol.rst @@ -623,7 +623,6 @@ Playback options :command:`volume {CHANGE}` Changes volume by amount ``CHANGE``. - Deprecated, use :ref:`setvol ` instead. Controlling playback ====================