Fix syntax error

This commit is contained in:
Branson
2026-01-13 16:56:51 -05:00
parent 183f59993f
commit c4e62cdeab

View File

@@ -60,8 +60,7 @@ public class SubsonicProxyService
} }
} }
private static ReadOnlySpan<string> StreamingRequiredHeaders => private static readonly string[] StreamingRequiredHeaders =
new
{ {
"Accept-Ranges", "Accept-Ranges",
"Content-Range", "Content-Range",