Add getIconPath to VLC

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

View File

@ -173,6 +173,10 @@ class VlcPlayer(BasePlayer):
return True
return False
@staticmethod
def getIconPath(path):
return constants.VLC_ICONPATH
@staticmethod
def getExpandedPath(playerPath):
if not os.path.isfile(playerPath):