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",