Add getIconPath to mpv
This commit is contained in:
parent
d9ec6e327e
commit
162d044a70
@ -38,3 +38,7 @@ class MpvPlayer(MplayerPlayer):
|
||||
path = os.path.join(os.path.realpath(path), playerPath)
|
||||
if os.access(path, os.X_OK):
|
||||
return path
|
||||
|
||||
@staticmethod
|
||||
def getIconPath(path):
|
||||
return constants.MPV_ICONPATH
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user