mirror of
https://github.com/Syncplay/syncplay
synced 2025-03-05 19:27:54 +00:00
Add getIconPath to mplayer
This commit is contained in:
parent
a40c768698
commit
d9ec6e327e
@ -151,6 +151,10 @@ class MplayerPlayer(BasePlayer):
|
||||
l.append(p)
|
||||
return l
|
||||
|
||||
@staticmethod
|
||||
def getIconPath(path):
|
||||
return constants.MPLAYER_ICONPATH
|
||||
|
||||
@staticmethod
|
||||
def isValidPlayerPath(path):
|
||||
if("mplayer" in path and MplayerPlayer.getExpandedPath(path)):
|
||||
|
Loading…
Reference in New Issue
Block a user