FIX: Live Broadcast Not Appearing

Style: Added some Styling
This commit is contained in:
EvanLin3141
2025-03-04 18:30:08 +00:00
parent 116ac451fa
commit 69a2405c90
3 changed files with 10 additions and 6 deletions

View File

@@ -87,7 +87,7 @@ def stream_data(username=None, streamer_id=None) -> dict:
else:
data = {"stream_key": stream_key["stream_key"]}
return jsonify(data)
return jsonify([data])
# Category Routes