mirror of
https://github.com/beetbox/beets.git
synced 2026-02-24 16:23:04 +01:00
Fixing user messages to be more explicit
This commit is contained in:
parent
4fc15d2b17
commit
61363c8cd9
1 changed files with 2 additions and 2 deletions
|
|
@ -71,9 +71,9 @@ class Gmusic(BeetsPlugin):
|
|||
def autoupload(self, session, task):
|
||||
items = task.imported_items()
|
||||
files = [x.path.decode('utf-8') for x in items]
|
||||
ui.print_(u'Uploading your files...')
|
||||
ui.print_(u'Uploading your files to Google Play Music...')
|
||||
self.m.upload(filepaths=files)
|
||||
ui.print_(u'Your files were successfully added to library')
|
||||
ui.print_(u'Your files were successfully added to your Google Play Music library')
|
||||
|
||||
def search(self, lib, opts, args):
|
||||
password = config['gmusic']['password']
|
||||
|
|
|
|||
Loading…
Reference in a new issue