CC-4058: Timeline -> Cannot add song twice if last cursor is selected
-fixed
This commit is contained in:
parent
42f4757288
commit
00745d372d
3 changed files with 12 additions and 6 deletions
|
@ -429,7 +429,7 @@ class PypoFetch(Thread):
|
|||
fileExt = os.path.splitext(media_item['uri'])[1]
|
||||
dst = os.path.join(download_dir, media_item['id'] + fileExt)
|
||||
media_item['dst'] = dst
|
||||
media_item['started_copying'] = False
|
||||
media_item['file_ready'] = False
|
||||
media_filtered[key] = media_item
|
||||
|
||||
self.media_prepare_queue.put(copy.copy(media_filtered))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue