Kodi Community Forum

Full Version: GUIInfoManager is in bug NOW-NEXT
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In Kodi 15.0 “Isengard” (development builds)
https://github.com/xbmc/xbmc/blob/master...anager.cpp

Find some bug,All items who have next
LISTITEM_NEXT_GENRE
LISTITEM_NEXT_TITLE
LISTITEM_NEXT_DURATION
LISTITEM_NEXT_PLOT_OUTLINE
LISTITEM_NEXT_PLOT
LISTITEM_NEXT_ENDDATE
LISTITEM_NEXT_STARTDATE
LISTITEM_NEXT_ENDTIME
LISTITEM_NEXT_STARTTIME

Have this code
Code:
CEpgInfoTagPtr tag(item->GetPVRChannelInfoTag()->GetEPGNow());
need to correct in to
Code:
CEpgInfoTagPtr tag(item->GetPVRChannelInfoTag()->GetEPGNext());

see picture with bugs (same epg for now & next)
Image
ok version
Image
See PR6792 so it should already be fixed in master.