Compare commits

...

2 commits

Author SHA1 Message Date
j
cf95aeff7a fix NoCopyright icon in config.pandora.jsonc 2021-06-15 22:39:28 +01:00
j
feb10ececb disable keyframe index 2021-06-14 10:47:47 +01:00
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.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

View file

@ -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": ""
}, },