add logs to scrobble events

This commit is contained in:
jeffvli
2025-11-28 13:25:55 -08:00
parent 7016446be7
commit 2f32534cf9
3 changed files with 189 additions and 92 deletions
+1
View File
@@ -5,6 +5,7 @@ export enum LogCategory {
API = 'api',
OTHER = 'other',
PLAYER = 'player',
SCROBBLE = 'scrobble',
SYSTEM = 'system',
}