Add getIconPath to VLC
This commit is contained in:
parent
162d044a70
commit
4818f40411
@ -173,6 +173,10 @@ class VlcPlayer(BasePlayer):
|
|||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
@staticmethod
|
||||||
|
def getIconPath(path):
|
||||||
|
return constants.VLC_ICONPATH
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def getExpandedPath(playerPath):
|
def getExpandedPath(playerPath):
|
||||||
if not os.path.isfile(playerPath):
|
if not os.path.isfile(playerPath):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user