add-ons / plugin.video.tvvlaanderen

Kodi add-on to watch Live TV and video-on-demand content with your TV Vlaanderen subscription.
https://github.com/add-ons/plugin.video.tvvlaanderen/wiki
GNU General Public License v3.0
9 stars 8 forks source link

Fix adult settings for iptv-manager channel list #40

Closed bananenfisch closed 2 years ago

bananenfisch commented 2 years ago

The iptv-manager does not list 18+ channels. It should block like in channels.py: get_channels(filter_pin=kodiutils.get_setting_int('interface_adult') == SETTINGS_ADULT_HIDE)

michaelarnauts commented 2 years ago

Thanks!