Further fix Player

This commit is contained in:
Matthew Stratford 2021-05-31 21:41:14 +01:00
parent a6cb679656
commit 6072de0083

View file

@ -150,6 +150,7 @@ const setTrackCue = (
timeslotitemid: item.timeslotitemid, timeslotitemid: item.timeslotitemid,
marker: marker, marker: marker,
}); });
return;
} }
try { try {
// Api only deals with whole seconds. // Api only deals with whole seconds.