« get me outta code hell

Fix potential memory leak from DownloadController.once(canceled) assigned on every .download() - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/todo.txt
diff options
context:
space:
mode:
authorLiam <towerofnix@gmail.com>2017-07-16 09:16:31 -0400
committerLiam <towerofnix@gmail.com>2017-07-16 09:16:31 -0400
commitebada93f0d2b2ec3a158dae2ba43e98d81f3182a (patch)
treea6e984aad71184cc673db1198f874d3a42b0e5b6 /todo.txt
parent02059af9feea6326a76be2f5cf623d6ca86a4f78 (diff)
Fix potential memory leak from DownloadController.once(canceled) assigned on every .download()
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/todo.txt b/todo.txt
index 6ad8e9f..6115430 100644
--- a/todo.txt
+++ b/todo.txt
@@ -173,10 +173,10 @@ TODO: Figure out the horrible, evil cause of the max listeners warning
       I'm getting lately.. current repro: play a bunch of files locally.
       Skipping tracks still leads to issue. Wait for them to start playing
       before skipping, though.
+      (Done!)
 
-TODO: Something's requesting avprobe, and I'm not sure why.
-      (While playing flora.json/YouTube videos.) Perhaps
-      it's youtube-dl..?
+TODO: Something's requesting avprobe, and I'm not sure why. (While playing
+      flora.json/YouTube videos.) Perhaps it's youtube-dl..?
 
 TODO: Re-implement skip.
       (Done!)