fix: wrong escape for date-fns
This commit is contained in:
parent
2efedb6edb
commit
65befa170b
@ -94,7 +94,7 @@ export const player = {
|
||||
episode: context.state.episode.episodeUrl,
|
||||
guid: context.state.episode.episodeGuid,
|
||||
action: 'play',
|
||||
timestamp: format(new Date(), 'yyyy-MM-dd[T]HH:mm:ss'),
|
||||
timestamp: format(new Date(), 'yyyy-MM-dd\'T\'HH:mm:ss'),
|
||||
started: Math.round(context.state.action ? context.state.action.started : 0),
|
||||
position: Math.round(audio.currentTime),
|
||||
total: Math.round(audio.duration),
|
||||
|
Loading…
Reference in New Issue
Block a user