forked from platypush/platypush
Added call to parent constructor in media.ctrl
This commit is contained in:
parent
d0e7b96ed4
commit
eb229a6fbe
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ class MediaCtrlPlugin(Plugin):
|
||||||
}
|
}
|
||||||
|
|
||||||
def __init__(self, torrentcast_port=9090, *args, **kwargs):
|
def __init__(self, torrentcast_port=9090, *args, **kwargs):
|
||||||
|
super().__init__()
|
||||||
self.torrentcast_port = torrentcast_port
|
self.torrentcast_port = torrentcast_port
|
||||||
self.url = None
|
self.url = None
|
||||||
self.plugin = None
|
self.plugin = None
|
||||||
|
|
Loading…
Reference in a new issue