core: Fix deprecation message
This commit is contained in:
parent
e2faf7f083
commit
28237df303
@ -23,7 +23,7 @@ _MESSAGES = {
|
||||
'core.library.search:kwargs_query':
|
||||
'library.search() with "kwargs" as query is deprecated',
|
||||
'core.library.search:empty_query':
|
||||
'library.search() with empty "query" is argument deprecated',
|
||||
'library.search() with empty "query" argument deprecated',
|
||||
|
||||
# Deprecated features in core playback:
|
||||
'core.playback.get_mute': 'playback.get_mute() is deprecated',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user