clients: Fix bookmarks on Samsung Q series

Add flag for milliseconds conversion for bookmarks and model for Samsung Q
series, which needs this. This allows for bookmark synchronization when 2
or more TVs are using the same DLNA server.
This commit is contained in:
Alex Stanev
2019-06-30 20:41:39 +03:00
committed by Justin Maggard
parent 799e6cf505
commit ca6dbba183
3 changed files with 21 additions and 0 deletions

View File

@ -38,6 +38,7 @@
#define FLAG_FORCE_SORT 0x00000800
#define FLAG_CAPTION_RES 0x00001000
#define FLAG_SKIP_DLNA_PN 0x00002000 /* during browsing */
#define FLAG_CONVERT_MS 0x00004000 /* convert ms to s */
/* Response-related flags */
#define FLAG_HAS_CAPTIONS 0x80000000
#define RESPONSE_FLAGS 0xF0000000
@ -69,6 +70,7 @@ enum client_types {
ESamsungSeriesA,
ESamsungSeriesB,
ESamsungSeriesCDEBDP,
ESamsungSeriesQ,
ESamsungSeriesCDE,
ESamsungBDJ5500,
ESonyBDP,