mirror of
https://github.com/iptv-org/epg
synced 2026-04-30 14:36:58 -04:00
Fix linter issues in sites/
This commit is contained in:
@@ -73,7 +73,7 @@ function parseItems(content, channel) {
|
||||
let parsed
|
||||
try {
|
||||
parsed = JSON.parse(content)
|
||||
} catch (error) {
|
||||
} catch {
|
||||
return []
|
||||
}
|
||||
if (!parsed || !parsed.k) return []
|
||||
|
||||
Reference in New Issue
Block a user