Fixed missing VLC playerPath return
This commit is contained in:
parent
3f2d28fc99
commit
2f0dd622e0
@ -287,6 +287,7 @@ class VlcPlayer(BasePlayer):
|
|||||||
return playerPath
|
return playerPath
|
||||||
elif os.path.isfile(playerPath + u"VLCPortable.exe"):
|
elif os.path.isfile(playerPath + u"VLCPortable.exe"):
|
||||||
playerPath += u"VLCPortable.exe"
|
playerPath += u"VLCPortable.exe"
|
||||||
|
return playerPath
|
||||||
elif os.path.isfile(playerPath + u"\\VLCPortable.exe"):
|
elif os.path.isfile(playerPath + u"\\VLCPortable.exe"):
|
||||||
playerPath += u"\\VLCPortable.exe"
|
playerPath += u"\\VLCPortable.exe"
|
||||||
return playerPath
|
return playerPath
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user