Add getIconPath to mplayer
This commit is contained in:
parent
a40c768698
commit
d9ec6e327e
@ -151,6 +151,10 @@ class MplayerPlayer(BasePlayer):
|
|||||||
l.append(p)
|
l.append(p)
|
||||||
return l
|
return l
|
||||||
|
|
||||||
|
@staticmethod
|
||||||
|
def getIconPath(path):
|
||||||
|
return constants.MPLAYER_ICONPATH
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def isValidPlayerPath(path):
|
def isValidPlayerPath(path):
|
||||||
if("mplayer" in path and MplayerPlayer.getExpandedPath(path)):
|
if("mplayer" in path and MplayerPlayer.getExpandedPath(path)):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user