We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ffc16 commit a66a800Copy full SHA for a66a800
1 file changed
music_caster.py
@@ -27,17 +27,6 @@
27
from winerror import ERROR_ALREADY_EXISTS
28
import sys
29
30
-# TODO: repeat and repeat all
31
-# TODO: set volume
32
-# TODO: test auto update. Need to create github repo
33
-# TODO: refresh list menu option
34
-# TODO: toast notifications
35
-# TODO: seeking
36
-# TODO: make a list view of all music files when play file is selected
37
-# TODO: playlist support
38
-# TODO: Add gui for settings
39
-# TODO: virtual env
40
-
41
mutex = win32event.CreateMutex(None, False, 'name')
42
last_error = win32api.GetLastError()
43
0 commit comments