diff --git a/playlist/models.py b/playlist/models.py index 4646c87..1568925 100644 --- a/playlist/models.py +++ b/playlist/models.py @@ -238,7 +238,7 @@ def check_playable(self, user): select = {#'is_banned' : 'banned = 1', #'on_playlist' : playlist, - 'recently_played': recent, +# 'recently_played': recent, } return super(SongSet, self).annotate(on_playlist=Count('entries')).\ extra(select=select)