Add getIconPath to VLC

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

View File

@ -172,6 +172,10 @@ class VlcPlayer(BasePlayer):
if("vlc" in path.lower() and VlcPlayer.getExpandedPath(path)):
return True
return False
@staticmethod
def getIconPath(path):
return constants.VLC_ICONPATH
@staticmethod
def getExpandedPath(playerPath):