mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-09 23:55:10 -05:00
Fix syntax error
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user