Remove deprecation flag for volume command
This commit is contained in:
parent
a0e9dfbec2
commit
f9c2c2b558
1
NEWS
1
NEWS
|
@ -15,6 +15,7 @@ ver 0.24 (not yet released)
|
||||||
- allow range in listplaylist and listplaylistinfo
|
- allow range in listplaylist and listplaylistinfo
|
||||||
- "sticker find" supports sort and window parameter and new sticker compare operators "eq", "lt" and "gt"
|
- "sticker find" supports sort and window parameter and new sticker compare operators "eq", "lt" and "gt"
|
||||||
- consume only idle flags that were subscribed to
|
- consume only idle flags that were subscribed to
|
||||||
|
- volume command is no longer deprecated
|
||||||
* database
|
* database
|
||||||
- attribute "added" shows when each song was added to the database
|
- attribute "added" shows when each song was added to the database
|
||||||
- fix integer overflows with 64-bit inode numbers
|
- fix integer overflows with 64-bit inode numbers
|
||||||
|
|
|
@ -623,7 +623,6 @@ Playback options
|
||||||
|
|
||||||
:command:`volume {CHANGE}`
|
:command:`volume {CHANGE}`
|
||||||
Changes volume by amount ``CHANGE``.
|
Changes volume by amount ``CHANGE``.
|
||||||
Deprecated, use :ref:`setvol <command_setvol>` instead.
|
|
||||||
|
|
||||||
Controlling playback
|
Controlling playback
|
||||||
====================
|
====================
|
||||||
|
|
Loading…
Reference in New Issue