Skip to content

Commit 552beca

Browse files
committed
fix: 尝试修复官方客户端不会触发播放请求问题
1 parent a92cbf7 commit 552beca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/handler/playbackInfo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func processHTTPStrmPlaybackInfo(jsonChain *utils.JsonChain, bsePath string, ite
2828
if !config.HTTPStrm.Proxy {
2929
jsonChain.Set(
3030
bsePath+"SupportsDirectStream",
31-
false,
31+
true,
3232
).Set(
3333
bsePath+"SupportsTranscoding",
3434
false,

0 commit comments

Comments
 (0)