mirror of
https://github.com/Syncplay/syncplay
synced 2024-12-16 11:55:11 +00:00
Fix mpv with file [#53]
This commit is contained in:
parent
a795acae0a
commit
fd6d15790a
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user