From 0f93862cc220a093ee17dbc43175d5fc29c69beb Mon Sep 17 00:00:00 2001 From: Branson Date: Tue, 13 Jan 2026 16:56:51 -0500 Subject: [PATCH] Fix syntax error --- octo-fiesta/Services/Subsonic/SubsonicProxyService.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/octo-fiesta/Services/Subsonic/SubsonicProxyService.cs b/octo-fiesta/Services/Subsonic/SubsonicProxyService.cs index 9ec61d9..265575f 100644 --- a/octo-fiesta/Services/Subsonic/SubsonicProxyService.cs +++ b/octo-fiesta/Services/Subsonic/SubsonicProxyService.cs @@ -60,8 +60,7 @@ public class SubsonicProxyService } } - private static ReadOnlySpan StreamingRequiredHeaders => - new + private static readonly string[] StreamingRequiredHeaders = { "Accept-Ranges", "Content-Range",