Skip to content

Commit

Permalink
bugfix item copy
Browse files Browse the repository at this point in the history
  • Loading branch information
yomguy committed Dec 18, 2014
1 parent bec78ff commit f8fde99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telemeta/views/item.py
Expand Up @@ -806,7 +806,7 @@ def get_context_data(self, **kwargs):
context['previous'], context['next'] = self.item_previous_next(item)
#FIXME
context['mime_type'] = 'audio/mp3'
context['export_formats'] = sel.fget_export_formats()
context['export_formats'] = self.get_export_formats()
context['visualizers'] = self.get_graphers()
context['audio_export_enabled'] = self.export_enabled
context['auto_zoom'] = True
Expand Down

0 comments on commit f8fde99

Please sign in to comment.