FIX: add files before watching by tmpcleaner
This commit is contained in:
parent
1a517e0f29
commit
74a0f2c902
1 changed files with 1 additions and 1 deletions
|
@ -124,8 +124,8 @@ class Player:
|
|||
uris = greenlet.value
|
||||
for uri in uris:
|
||||
assert type(uri) is str, type(uri)
|
||||
self.tmpcleaner.watch(uri.strip())
|
||||
mpd_client.add(uri.strip())
|
||||
self.tmpcleaner.watch(uri.strip())
|
||||
|
||||
picker.link_value(add)
|
||||
picker.start()
|
||||
|
|
Loading…
Reference in a new issue