script.module.inputstreamhelper
script.module.inputstreamhelper copied to clipboard
Making a settings separator invisible does not work
Our settings page on Android does not include a lot of the options that we support on other platforms, because Android ships with Widevine already and therefore does not need those options.
Because these options are not visible on Android, we also do not need the separator used to visually separate these options from other options.
<setting type="sep" visible="!system.platform.android"/>
It appears that Kodi does not support this or fails to take this into account.
This is already reported at: xbmc/xbmc#15061 And it appears to be a regression because this used to work on Kodi v17.
What's the current status of this? Can it be closed or do we have to do sth./ wait for sth.?