Results 1 comments of William

@McSinyx Yes and works, but it worked before the lastest update. However, i fixed like this: ``` # mpv.py os.add_dll_directory(os.getcwd()) if os.name == 'nt': # dll = ctypes.util.find_library('mpv-1.dll') dll =...