diff --git a/apps/output/views.py b/apps/output/views.py index 20a749a3..ed42be70 100644 --- a/apps/output/views.py +++ b/apps/output/views.py @@ -195,15 +195,6 @@ def generate_epg(request, profile_name=None): if custom_data.get('new', False): xml_lines.append(f' ') - # Define all properties we specifically handle to avoid adding them as comments - skip_keys = [ - 'categories', 'episode', 'season', 'rating', 'rating_system', 'credits', - 'year', 'country', 'icon', 'previously_shown', 'premiere', 'new', - 'onscreen_episode' - ] - - # Don't add comments for standard properties - XMLTV clients don't need them - # and they just clutter the output except Exception as e: xml_lines.append(f' ')