Added call to parent constructor in media.ctrl

This commit is contained in:
Fabio Manganiello 2018-07-06 02:24:25 +02:00
parent d0e7b96ed4
commit eb229a6fbe
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ class MediaCtrlPlugin(Plugin):
}
def __init__(self, torrentcast_port=9090, *args, **kwargs):
super().__init__()
self.torrentcast_port = torrentcast_port
self.url = None
self.plugin = None