diff --git a/pandora/archive/models.py b/pandora/archive/models.py index cfaad386..56080815 100644 --- a/pandora/archive/models.py +++ b/pandora/archive/models.py @@ -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 diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index 4b570bf3..bd76faa2 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -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": "" },