forked from platypush/platypush
s/music/video/
This commit is contained in:
parent
2fdb8c50da
commit
95b537dee4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ from platypush.message.event import Event
|
||||||
|
|
||||||
|
|
||||||
class VideoEvent(Event):
|
class VideoEvent(Event):
|
||||||
""" Base class for music events """
|
""" Base class for video events """
|
||||||
|
|
||||||
def __init__(self, status, track, *args, **kwargs):
|
def __init__(self, status, track, *args, **kwargs):
|
||||||
super().__init__(*args, status=status, video=video, **kwargs)
|
super().__init__(*args, status=status, video=video, **kwargs)
|
||||||
|
|
Loading…
Reference in a new issue