This commit is contained in:
Fabio Manganiello 2019-02-19 01:02:07 +01:00
parent 376dda616b
commit 8f8b28912c
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class MediaMpvPlugin(MediaPlugin):
if args:
mpv_args.update(args)
for k,v in self._env:
for k,v in self._env.items():
os.environ[k] = v
self._player = mpv.MPV(**mpv_args)