Depth Tag Query - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125) +---- Thread: Depth Tag Query (/showthread.php?tid=262278) |
Depth Tag Query - Mudislander - 2016-02-29 Been out of the game too long and am trying to catch up on new tags etc. by looking through Confluence's code. Found three instances of Code: <depth>DepthMenu-</depth> In Home.xml. So the question is that a bug or supposed to have the "-" at the end of the constant "DepthMenu" RE: Depth Tag Query - ronie - 2016-02-29 it's supposed to be like that. the constant name is 'DepthMenu-' they are defined at the top of includes.xml RE: Depth Tag Query - Mudislander - 2016-02-29 Okay Thanks, found it - didn't look past the "DepthMenu" to see the + or - |