Skip to content

Commit

Permalink
submit to execute
Browse files Browse the repository at this point in the history
  • Loading branch information
sunmisc committed Jul 17, 2024
1 parent fb23dd2 commit 82b17a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@ private static void ensureDirectoryExists(File file) {
}

private static void submitTask(Runnable task) {
VTExecutors.getMusicDownloadExecutor().submit(task);
VTExecutors.getMusicDownloadExecutor().execute(task);
}
}

0 comments on commit 82b17a1

Please sign in to comment.