Re-enabled "mplayer" as a valid player name

This commit is contained in:
Uriziel 2013-01-28 18:22:11 +01:00
parent 19eafc06eb
commit 52f1b04185

View File

@ -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