Add default value for relative_to in play plugin

This commit is contained in:
Lucas Duailibe 2014-09-14 12:07:08 -03:00
parent b86669fe05
commit b1a5189f68

View file

@ -113,7 +113,8 @@ class PlayPlugin(BeetsPlugin):
config['play'].add({
'command': None,
'use_folders': False
'use_folders': False,
'relative_to': None,
})
def commands(self):