Fix mpv with file [#53]

This commit is contained in:
Et0h 2015-02-16 23:57:51 +00:00
parent a795acae0a
commit fd6d15790a

View File

@ -264,7 +264,7 @@ class MplayerPlayer(BasePlayer):
call = [playerPath] call = [playerPath]
if filePath: if filePath:
call.extend(filePath) call.extend([filePath])
call.extend(playerController.getStartupArgs(playerPath)) call.extend(playerController.getStartupArgs(playerPath))
if args: if args:
call.extend(args) call.extend(args)