@@ -40,7 +40,7 @@ def genres():
def GetGenreList():
genres = Genre.query.all()
genres = Genre.query.order_by('name').all()
return genres
################################################################################
The note is not visible to the blocked user.