dlna seeking enabling

This commit is contained in:
2026-07-30 21:31:05 +02:00
parent b3946adb57
commit 83b939b60d
+1 -1
View File
@@ -242,7 +242,7 @@
(define (dlna-response-headers _path)
(list
(header #"Accept-Ranges" #"bytes")
(header #"transferMode.dlna.org" #"Streaming")
;(header #"transferMode.dlna.org" #"Streaming")
(header #"contentFeatures.dlna.org"
#"DLNA.ORG_OP=01;DLNA.ORG_CI=0")))