Compare commits

..

No commits in common. "cf95aeff7aa1f303b24d48275340d1c1b042002e" and "47e4f1cd84e1cd14a3eaf9c02df4ac9e7ebc2206" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -365,8 +365,8 @@ class File(models.Model):
self.info.update(stream.info)
self.parse_info()
self.save()
#if stream.info.get('video'):
# extract.make_keyframe_index(stream.media.path)
if stream.info.get('video'):
extract.make_keyframe_index(stream.media.path)
return True, stream.media.size
return save_chunk(stream, stream.media, chunk, offset, name, done_cb)
return False, 0

View file

@ -29,7 +29,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"text": Text shown on mouseover
*/
"cantPlay": {
"icon": "NoCopyright",
"icon": "noCopyright",
"link": "",
"text": ""
},