FIX: fixed issues loading content on new accounts

This commit is contained in:
white
2025-02-17 12:18:23 +00:00
parent ecb26223df
commit 3528b6517a
4 changed files with 20 additions and 6 deletions

View File

@@ -128,7 +128,8 @@ def user_live_status(username):
return jsonify({
"is_live": is_live,
"most_recent_stream": most_recent_vod
"most_recent_stream": most_recent_vod,
"user_id": user_id
})