Remove deprecation flag for volume command

This commit is contained in:
jcorporation 2024-04-23 20:26:22 +02:00
parent a0e9dfbec2
commit f9c2c2b558
2 changed files with 1 additions and 1 deletions

1
NEWS
View File

@ -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

View File

@ -623,7 +623,6 @@ Playback options
:command:`volume {CHANGE}`
Changes volume by amount ``CHANGE``.
Deprecated, use :ref:`setvol <command_setvol>` instead.
Controlling playback
====================