forked from platypush/platypush
typo
This commit is contained in:
parent
151e2e56d9
commit
88600dab90
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ class MediaMpvPlugin(MediaPlugin):
|
||||||
if not self._player:
|
if not self._player:
|
||||||
return (None, 'No mpv instance is running')
|
return (None, 'No mpv instance is running')
|
||||||
|
|
||||||
for k,v in props:
|
for k,v in props.items():
|
||||||
setattr(self._player, k, v)
|
setattr(self._player, k, v)
|
||||||
return props
|
return props
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue