Private
Public Access
1
0

Move any code with youtube-dl access(which can be slow) to another thread. Fixes #2.

This commit is contained in:
2019-04-10 17:42:51 -04:00
parent 234e867a8a
commit 4e76cf9fc5
6 changed files with 30 additions and 22 deletions

View File

@@ -95,6 +95,7 @@ Item {
var loadTrack = service.operationDescription("addURLToPlaylist");
loadTrack.URL = url.text;
service.startOperationCall(loadTrack);
url.text = "";
}
}
}