Skip to content

Commit 646158e

Browse files
authored
force byte based seek
1 parent e6bbcba commit 646158e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smart_tv_telegram/devices/upnp_device.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
_AVTRANSPORT_SCHEMA = "urn:schemas-upnp-org:service:AVTransport:1"
2828

29-
_VIDEO_FLAGS = "41700000000000000000000000000000"
29+
_VIDEO_FLAGS = "21700000000000000000000000000000"
3030

3131
_DLL_METADATA = """
3232
<DIDL-Lite xmlns:dc="http://purl.org/dc/elements/1.1/"

0 commit comments

Comments
 (0)