mirror of
https://github.com/Syncplay/syncplay
synced 2024-12-16 03:44:56 +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]
|
||||
if filePath:
|
||||
call.extend(filePath)
|
||||
call.extend([filePath])
|
||||
call.extend(playerController.getStartupArgs(playerPath))
|
||||
if args:
|
||||
call.extend(args)
|
||||
|
Loading…
Reference in New Issue
Block a user