mirror of
https://github.com/beetbox/beets.git
synced 2026-02-09 00:41:57 +01:00
Add default value for relative_to in play plugin
This commit is contained in:
parent
b86669fe05
commit
b1a5189f68
1 changed files with 2 additions and 1 deletions
|
|
@ -113,7 +113,8 @@ class PlayPlugin(BeetsPlugin):
|
|||
|
||||
config['play'].add({
|
||||
'command': None,
|
||||
'use_folders': False
|
||||
'use_folders': False,
|
||||
'relative_to': None,
|
||||
})
|
||||
|
||||
def commands(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue