Open 2V3EvG4LMJFdRe opened 4 years ago
I've marked multiple files on a playlist on macOS High Sierra, and they're not removed. Works well only when I just open one file, and then close the player.
If you change line 35: os.remove(v) to print(os.remove(v)) and run from terminal, what does it say?
os.remove(v)
print(os.remove(v))
I've marked multiple files on a playlist on macOS High Sierra, and they're not removed. Works well only when I just open one file, and then close the player.