1 From 210409361c07945de187be139519ff98d81919ee Mon Sep 17 00:00:00 2001
2 From: montellese <montellese@xbmc.org>
3 Date: Sat, 29 Nov 2014 19:47:45 +0100
4 Subject: [PATCH] platinum: fix filter mask values of xbmc:votes and
8 lib/libUPnP/Platinum/Source/Devices/MediaServer/PltDidl.h | 4 ++--
9 1 file changed, 2 insertions(+), 2 deletions(-)
11 diff --git a/lib/libUPnP/Platinum/Source/Devices/MediaServer/PltDidl.h b/lib/libUPnP/Platinum/Source/Devices/MediaServer/PltDidl.h
12 index 0f7c892..9e87599 100644
13 --- a/lib/libUPnP/Platinum/Source/Devices/MediaServer/PltDidl.h
14 +++ b/lib/libUPnP/Platinum/Source/Devices/MediaServer/PltDidl.h
17 #define PLT_FILTER_MASK_XBMC_DATEADDED NPT_UINT64_C(0x0000100000000000)
18 #define PLT_FILTER_MASK_XBMC_RATING NPT_UINT64_C(0x0000200000000000)
19 -#define PLT_FILTER_MASK_XBMC_VOTES NPT_UINT64_C(0x0000300000000000)
20 -#define PLT_FILTER_MASK_XBMC_ARTWORK NPT_UINT64_C(0x0000400000000000)
21 +#define PLT_FILTER_MASK_XBMC_VOTES NPT_UINT64_C(0x0000400000000000)
22 +#define PLT_FILTER_MASK_XBMC_ARTWORK NPT_UINT64_C(0x0000800000000000)
24 #define PLT_FILTER_FIELD_TITLE "dc:title"
25 #define PLT_FILTER_FIELD_CREATOR "dc:creator"