Add getIconPath to mpv

This commit is contained in:
Etoh 2013-10-15 00:57:00 +01:00
parent d9ec6e327e
commit 162d044a70

View File

@ -38,3 +38,7 @@ class MpvPlayer(MplayerPlayer):
path = os.path.join(os.path.realpath(path), playerPath) path = os.path.join(os.path.realpath(path), playerPath)
if os.access(path, os.X_OK): if os.access(path, os.X_OK):
return path return path
@staticmethod
def getIconPath(path):
return constants.MPV_ICONPATH