Skip to content

Commit e56e6d8

Browse files
committed
ctbcap: fix character removal in last stream timestamp
1 parent 4fffae6 commit e56e6d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ctbcap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ fetch_m3u() {
450450
| head -n 1 \
451451
| cut -d '"' -f4 \
452452
| cut -d '.' -f1 \
453-
| tr -d '\-:' \
453+
| tr -d ':-' \
454454
| sed 's|T|-|g' \
455455
)"
456456
log "Last streaming at: [${STREAM_LAST_SEEM}] (UTC)"

0 commit comments

Comments
 (0)