fix typo
This commit is contained in:
parent
98fcaf63aa
commit
445553f337
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ class Stream(models.Model):
|
|||
|
||||
def json(self):
|
||||
if settings.XSENDFILE or settings.XACCELREDIRECT:
|
||||
base_url = '/%s' % self.file.itemId
|
||||
base_url = '/%s' % self.file.item.itemId
|
||||
else:
|
||||
base_url = os.path.dirname(self.video.url)
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue