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