Loading player_functions.py +1 −0 Original line number Diff line number Diff line Loading @@ -76,6 +76,7 @@ def resetDevice(device_id, mode='GS'): # The main player function def playTrack(track_path, port): status="alive" fn_prefix = "player_functions.py/playTrack" track_path = str(track_path).rstrip() if Path(track_path).is_file(): Loading Loading
player_functions.py +1 −0 Original line number Diff line number Diff line Loading @@ -76,6 +76,7 @@ def resetDevice(device_id, mode='GS'): # The main player function def playTrack(track_path, port): status="alive" fn_prefix = "player_functions.py/playTrack" track_path = str(track_path).rstrip() if Path(track_path).is_file(): Loading