diff --git a/pandora/itemlist/models.py b/pandora/itemlist/models.py index 6e3264b4..3d99aaa5 100644 --- a/pandora/itemlist/models.py +++ b/pandora/itemlist/models.py @@ -123,7 +123,7 @@ class List(models.Model): self.query = {"static":True} self.type = 'static' else: - self.type = 'dynamic' + self.type = 'smart' if self.query.get('static', False): self.query = {} elif key == 'status':