Add getIconPath to mplayer

This commit is contained in:
Etoh 2013-10-15 00:56:01 +01:00
parent a40c768698
commit d9ec6e327e

View File

@ -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)):