We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a92cbf7 commit 552becaCopy full SHA for 552beca
1 file changed
internal/handler/playbackInfo.go
@@ -28,7 +28,7 @@ func processHTTPStrmPlaybackInfo(jsonChain *utils.JsonChain, bsePath string, ite
28
if !config.HTTPStrm.Proxy {
29
jsonChain.Set(
30
bsePath+"SupportsDirectStream",
31
- false,
+ true,
32
).Set(
33
bsePath+"SupportsTranscoding",
34
false,
0 commit comments