Skip to content

Commit

Permalink
[FCC] skip stream relay
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Oct 29, 2023
1 parent 100ffe9 commit 6374cdf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/python/Plugins/SystemPlugins/FastChannelChange/plugin.py
Expand Up @@ -3,6 +3,7 @@
from Plugins.Plugin import PluginDescriptor
from Screens.Screen import Screen
from Screens.InfoBar import InfoBar
from Screens.InfoBarGenerics import whitelist
from Components.config import config, getConfigListEntry, ConfigSubsection, ConfigYesNo, ConfigSelection
from Components.ConfigList import ConfigListScreen
from Components.Sources.StaticText import StaticText
Expand Down Expand Up @@ -247,6 +248,9 @@ def isPlayableFCC(self, sref):
elif int(sref.getData(0)) in (2, 10): # is RADIO?
playable = False

elif sref.toString() in whitelist.streamrelay:
playable = False

return playable

def getZapUpDownList(self):
Expand Down

0 comments on commit 6374cdf

Please sign in to comment.