typo
This commit is contained in:
parent
8c8e913242
commit
f4dd4e0eb5
1 changed files with 2 additions and 2 deletions
|
@ -320,8 +320,8 @@ class MediaWebtorrentPlugin(MediaPlugin):
|
||||||
|
|
||||||
|
|
||||||
@action
|
@action
|
||||||
def download(resource):
|
def download(self, resource):
|
||||||
return self.play(resource=resource, download_only=True)
|
return self.play(resource, download_only=True)
|
||||||
|
|
||||||
|
|
||||||
@action
|
@action
|
||||||
|
|
Loading…
Reference in a new issue