Import OS into mpv for getExpandedPath
This commit is contained in:
parent
400731d8f7
commit
2976dc51f5
@ -1,5 +1,6 @@
|
|||||||
from syncplay.players.mplayer import MplayerPlayer
|
from syncplay.players.mplayer import MplayerPlayer
|
||||||
from syncplay import constants
|
from syncplay import constants
|
||||||
|
import os
|
||||||
|
|
||||||
class MpvPlayer(MplayerPlayer):
|
class MpvPlayer(MplayerPlayer):
|
||||||
SLAVE_ARGS = constants.MPV_SLAVE_ARGS
|
SLAVE_ARGS = constants.MPV_SLAVE_ARGS
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user