forked from platypush/platypush
typo
This commit is contained in:
parent
376dda616b
commit
8f8b28912c
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class MediaMpvPlugin(MediaPlugin):
|
||||||
if args:
|
if args:
|
||||||
mpv_args.update(args)
|
mpv_args.update(args)
|
||||||
|
|
||||||
for k,v in self._env:
|
for k,v in self._env.items():
|
||||||
os.environ[k] = v
|
os.environ[k] = v
|
||||||
|
|
||||||
self._player = mpv.MPV(**mpv_args)
|
self._player = mpv.MPV(**mpv_args)
|
||||||
|
|
Loading…
Reference in a new issue