Refactor: Improve database queries and fix formatting issues in stream utilities

This commit is contained in:
Chris-1010
2025-01-29 15:52:53 +00:00
parent c0a110c76d
commit 83b458ed99
4 changed files with 7 additions and 5 deletions

View File

@@ -62,3 +62,5 @@ SELECT * FROM stream_tags;
-- To see all tables in the database
SELECT name FROM sqlite_master WHERE type='table';
SELECT isLive FROM streams WHERE user_id = '5';