mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 02:16:40 -05:00
Translate error message in english
This commit is contained in:
@@ -28,7 +28,7 @@ module.exports = {
|
||||
})
|
||||
itemDetails = response.data
|
||||
} catch (err) {
|
||||
console.error(`Erreur lors du fetch des détails pour l'item: ${url}`, err)
|
||||
console.error(`Error fetching details for item: ${url}`, err)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user