mirror of
https://github.com/beetbox/beets.git
synced 2026-01-02 05:52:50 +01:00
Adding auto to default configs
This commit is contained in:
parent
136a77671d
commit
4fc15d2b17
1 changed files with 4 additions and 1 deletions
|
|
@ -37,7 +37,10 @@ class Gmusic(BeetsPlugin):
|
|||
self.m.login()
|
||||
else:
|
||||
self.m.perform_oauth()
|
||||
|
||||
|
||||
self.config.add({
|
||||
u'auto': False,
|
||||
})
|
||||
if self.config['auto'].get(bool):
|
||||
self.import_stages = [self.autoupload]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue