From b1a5189f6851a7d59db683f054ca3663c8eb6161 Mon Sep 17 00:00:00 2001 From: Lucas Duailibe Date: Sun, 14 Sep 2014 12:07:08 -0300 Subject: [PATCH] Add default value for `relative_to` in play plugin --- beetsplug/play.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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):