diff --git a/pandora/event/models.py b/pandora/event/models.py index 8af6cb3f..01df8736 100644 --- a/pandora/event/models.py +++ b/pandora/event/models.py @@ -101,7 +101,6 @@ class Event(models.Model): for key in ('created', 'modified', 'name', 'alternativeNames', 'start', 'end', 'duration', - 'startTime', 'endTime', 'durationTime', 'type', 'matches'): j[key] = getattr(self, key) j['nameSort'] = self.name_sort diff --git a/static/js/pandora/ui/navigationView.js b/static/js/pandora/ui/navigationView.js index b9525f9e..e15dd2a4 100644 --- a/static/js/pandora/ui/navigationView.js +++ b/static/js/pandora/ui/navigationView.js @@ -188,7 +188,8 @@ pandora.ui.navigationView = function(type, videoRatio) { pandora.api.findEvents({ itemQuery: ui.find, keys: ['id', 'name', 'start', 'end'], - query: {} + query: {}, + range: [0, 1000000] }, function(result) { that.replaceElement(0, $element = Ox.Calendar({