cleanup
This commit is contained in:
parent
03ef29390f
commit
0154f8a873
@ -37,7 +37,6 @@ class IinaPlayer(MpvPlayer):
|
||||
l = []
|
||||
for path in constants.IINA_PATHS:
|
||||
p = IinaPlayer.getExpandedPath(path)
|
||||
print(p)
|
||||
if p:
|
||||
l.append(p)
|
||||
return l
|
||||
|
||||
@ -730,6 +730,5 @@ class MpvPlayer(BasePlayer):
|
||||
except Exception as e:
|
||||
self.__playerController._client.ui.showDebugMessage("CANNOT SEND {} DUE TO {}".format(line, e))
|
||||
self.stop_client()
|
||||
raise
|
||||
except IOError:
|
||||
pass
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user