From 892b8447c0e65f366fad667f8f637c202dbdf866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Mon, 5 Jun 2017 17:13:21 +0200 Subject: [PATCH] Channel: Add optional includeBandwidths arg --- Contents/Code/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contents/Code/__init__.py b/Contents/Code/__init__.py index f8d877e..770e461 100644 --- a/Contents/Code/__init__.py +++ b/Contents/Code/__init__.py @@ -104,7 +104,7 @@ def MainMenu(): @route(PREFIX + '/{channelId}') -def Channel(channelId, container=False): +def Channel(channelId, container=False, includeBandwidths=None): channel = Dict['channels'][channelId] epg = Dict['epg'][channelId] if channelId in Dict['epg'] else dict()