Minor correction in Kodi code comments
#1
I don't want to go through the hassle of submitting a pull request for this (sorry if this post is inappropriate), I noticed a small mistake in

./xbmc/guiinfo/GUIInfoLabels.h at line 675

it reads:
Code:
#define CONDITIONAL_LABEL_START       LISTITEM_END + 1 // 36001

I believe it should be:
Code:
#define CONDITIONAL_LABEL_START       LISTITEM_END + 1 // 36201

It should take 2 seconds for a Kodi Team developer to correct it.
Reply
#2
fixed
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply

Logout Mark Read Team Forum Stats Members Help
Minor correction in Kodi code comments0