diff --git a/syncplay/players/mplayer.py b/syncplay/players/mplayer.py index 54007b1..2701619 100644 --- a/syncplay/players/mplayer.py +++ b/syncplay/players/mplayer.py @@ -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)