Re-enabled "mplayer" as a valid player name
This commit is contained in:
parent
19eafc06eb
commit
52f1b04185
@ -141,7 +141,7 @@ class MplayerPlayer(BasePlayer):
|
||||
|
||||
@staticmethod
|
||||
def isValidPlayerPath(path):
|
||||
if("mplayer2" in path and MplayerPlayer.getExpandedPath(path)):
|
||||
if("mplayer" in path and MplayerPlayer.getExpandedPath(path)):
|
||||
return True
|
||||
return False
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user