diff --git a/peertube.py b/peertube.py index 3bdac5e..c699e38 100644 --- a/peertube.py +++ b/peertube.py @@ -110,7 +110,7 @@ class PeertubeAddon(): xbmcplugin.addSortMethod(__handle__, xbmcplugin.SORT_METHOD_LABEL_IGNORE_THE) xbmcplugin.endOfDirectory(__handle__) - def play_video_continue(data): + def play_video_continue(self, data): """ Callback function to let the play_video function resume when the PeertubeDownloader has downloaded all the torrent's metadata