forked from 0x2620/pandora
remove config video.download; use canDownloadVideo capability instead.
This commit is contained in:
parent
662c7ec12a
commit
ce03870fe6
6 changed files with 30 additions and 32 deletions
|
|
@ -1133,8 +1133,7 @@ class Item(models.Model):
|
|||
self.select_frame()
|
||||
self.make_poster(True)
|
||||
self.make_icon()
|
||||
if settings.CONFIG['video']['download']:
|
||||
self.make_torrent()
|
||||
self.make_torrent()
|
||||
self.rendered = streams.count() > 0
|
||||
self.save()
|
||||
if async:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue