Skip to content

Commit a66a800

Browse files
committed
Update music_caster.py
1 parent 40ffc16 commit a66a800

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

music_caster.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,6 @@
2727
from winerror import ERROR_ALREADY_EXISTS
2828
import sys
2929

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-
4130
mutex = win32event.CreateMutex(None, False, 'name')
4231
last_error = win32api.GetLastError()
4332

0 commit comments

Comments
 (0)