True Streaming Support Draft

This commit is contained in:
daniel-c-harvey
2025-09-15 17:03:36 -04:00
parent 0fa8ac7379
commit 605fc94fbb
16 changed files with 1124 additions and 295 deletions
+8 -1
View File
@@ -2,7 +2,14 @@
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
"Microsoft.AspNetCore": "Warning",
"DeepDrftWeb.Client.Services.StreamingAudioPlayerService": "Debug"
},
"Console": {
"FormatterName": "simple",
"LogLevel": {
"Default": "Information"
}
}
},
"DetailedErrors": true,