This commit is contained in:
Fabio Manganiello 2019-02-05 17:09:40 +01:00
parent 8c8e913242
commit f4dd4e0eb5
1 changed files with 2 additions and 2 deletions

View File

@ -320,8 +320,8 @@ class MediaWebtorrentPlugin(MediaPlugin):
@action
def download(resource):
return self.play(resource=resource, download_only=True)
def download(self, resource):
return self.play(resource, download_only=True)
@action