diff --git a/resources/lib/modules/channels.py b/resources/lib/modules/channels.py index 9459b01..aa3cd44 100644 --- a/resources/lib/modules/channels.py +++ b/resources/lib/modules/channels.py @@ -64,7 +64,7 @@ def show_channel_menu(self, uuid): raise channel = next(channel for channel in items if channel.uuid == uuid) - channel_id = (channel.brand or channel.title).lower() + channel_id = channel.title.lower().replace(' ', '_') listing = []