MAJOR Fix: Resolved API Request Delays;
Feat: Added a dev test account to users for expedited login; Refactor: Improve socket connection handling and add logging for API request duration & update to ListRow key generation for improved uniqueness; Feat: Made it so streams with no set thumbnail use their category's thumbnail; Minor Fix: Corrections to db recommendation methods;
This commit is contained in:
@@ -120,7 +120,7 @@ def get_following_categories_streams():
|
||||
"""
|
||||
Returns popular streams in categories which the user followed
|
||||
"""
|
||||
streams = followed_categories_recommendations()
|
||||
streams = followed_categories_recommendations(get_user_id(session.get('username')))
|
||||
return jsonify(streams)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user