mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-28 17:00:23 +00:00
Add getIconPath to VLC
This commit is contained in:
parent
162d044a70
commit
4818f40411
@ -172,6 +172,10 @@ class VlcPlayer(BasePlayer):
|
|||||||
if("vlc" in path.lower() and VlcPlayer.getExpandedPath(path)):
|
if("vlc" in path.lower() and VlcPlayer.getExpandedPath(path)):
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
@staticmethod
|
||||||
|
def getIconPath(path):
|
||||||
|
return constants.VLC_ICONPATH
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def getExpandedPath(playerPath):
|
def getExpandedPath(playerPath):
|
||||||
|
Loading…
Reference in New Issue
Block a user