diff --git a/beetsplug/play.py b/beetsplug/play.py index 9a1bc444c..fb4167124 100644 --- a/beetsplug/play.py +++ b/beetsplug/play.py @@ -113,7 +113,8 @@ class PlayPlugin(BeetsPlugin): config['play'].add({ 'command': None, - 'use_folders': False + 'use_folders': False, + 'relative_to': None, }) def commands(self):