This commit is contained in:
Fabio Manganiello 2019-02-19 01:02:07 +01:00
parent 376dda616b
commit 8f8b28912c

View file

@ -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)