Browse Source

don't skip any channels

main
Brett Langdon 2 years ago
parent
commit
8da6f3ac8e
No known key found for this signature in database GPG Key ID: 9BAD4322A65AD78B
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/dlhdhr/app.py

+ 0
- 1
src/dlhdhr/app.py View File

@ -99,7 +99,6 @@ async def listings_json(request: Request) -> JSONResponse:
"URL": get_public_url(request, channel.channel_proxy), "URL": get_public_url(request, channel.channel_proxy),
} }
for channel in channels for channel in channels
if not channel.country_code
] ]
) )


Loading…
Cancel
Save