mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 02:16:40 -05:00
Merge branch 'master' into patch-2025.10.1
This commit is contained in:
@@ -34,7 +34,7 @@ module.exports = {
|
||||
const stop = start.add(duration, 'm')
|
||||
let title = parseTitle($item)
|
||||
let subtitle = parseSubTitle($item)
|
||||
if (title === 'Movie') {
|
||||
if (title === 'Movie' || title === 'Cinéma') {
|
||||
title = subtitle
|
||||
subtitle = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user