mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
parent
d266205bc0
commit
13199c4c8a
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ function parseStart($item) {
|
|||
|
||||
function parseStop($item) {
|
||||
const timeString = $item('*').data('till')
|
||||
if (!timeString) return null
|
||||
if (!timeString || /^\+/.test(timeString)) return null
|
||||
|
||||
try {
|
||||
return dayjs(timeString, 'YYYY-MM-DD HH:mm:ssZZ')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue