Skip to content

Commit

Permalink
Allow to install IPTV Manager from the settings
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelarnauts committed Nov 3, 2020
1 parent 88c6bea commit 48a163e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<category label="30860"> <!--Integration -->
<setting label="30861" type="lsep"/> <!-- Integration with other add-ons -->
<!-- IPTV Manager -->
<!-- setting label="30875" help="30876" type="action" action="InstallAddon(service.iptv.manager)" option="close" visible="!System.HasAddon(service.iptv.manager)"/ --> <!-- Install IPTV Manager add-on -->
<setting label="30875" help="30876" type="action" action="InstallAddon(service.iptv.manager)" option="close" visible="!System.HasAddon(service.iptv.manager)"/> <!-- Install IPTV Manager add-on -->
<setting label="30877" help="30878" type="bool" id="iptv.enabled" default="true" visible="String.StartsWith(System.BuildVersion,18) + System.HasAddon(service.iptv.manager) | System.AddonIsEnabled(service.iptv.manager)" />
<setting label="30879" help="30880" type="action" action="Addon.OpenSettings(service.iptv.manager)" enable="eq(-1,true)" option="close" visible="String.StartsWith(System.BuildVersion,18) + System.HasAddon(service.iptv.manager) | System.AddonIsEnabled(service.iptv.manager)" subsetting="true"/> <!-- IPTV Manager settings -->
<setting type="text" id="iptv.channels_uri" default="plugin:https://plugin.video.redbull.tv/iptv/channels" visible="false"/>
Expand Down

0 comments on commit 48a163e

Please sign in to comment.