Compare commits
2 commits
47e4f1cd84
...
cf95aeff7a
| Author | SHA1 | Date | |
|---|---|---|---|
| cf95aeff7a | |||
| feb10ececb |
2 changed files with 3 additions and 3 deletions
|
|
@ -365,8 +365,8 @@ class File(models.Model):
|
||||||
self.info.update(stream.info)
|
self.info.update(stream.info)
|
||||||
self.parse_info()
|
self.parse_info()
|
||||||
self.save()
|
self.save()
|
||||||
if stream.info.get('video'):
|
#if stream.info.get('video'):
|
||||||
extract.make_keyframe_index(stream.media.path)
|
# extract.make_keyframe_index(stream.media.path)
|
||||||
return True, stream.media.size
|
return True, stream.media.size
|
||||||
return save_chunk(stream, stream.media, chunk, offset, name, done_cb)
|
return save_chunk(stream, stream.media, chunk, offset, name, done_cb)
|
||||||
return False, 0
|
return False, 0
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"text": Text shown on mouseover
|
"text": Text shown on mouseover
|
||||||
*/
|
*/
|
||||||
"cantPlay": {
|
"cantPlay": {
|
||||||
"icon": "noCopyright",
|
"icon": "NoCopyright",
|
||||||
"link": "",
|
"link": "",
|
||||||
"text": ""
|
"text": ""
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue