mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-10 07:58:39 -05:00
Fix syntax error
This commit is contained in:
@@ -60,8 +60,7 @@ public class SubsonicProxyService
|
||||
}
|
||||
}
|
||||
|
||||
private static ReadOnlySpan<string> StreamingRequiredHeaders =>
|
||||
new
|
||||
private static readonly string[] StreamingRequiredHeaders =
|
||||
{
|
||||
"Accept-Ranges",
|
||||
"Content-Range",
|
||||
|
||||
Reference in New Issue
Block a user