TylerJDev / YouTube-Timestamps

A plugin which tracks YouTube timestamps. Never lose track of what timestamp you're on again! ⏱️
6 stars 1 forks source link

Timestamps stop updating #6

Closed TylerJDev closed 5 years ago

TylerJDev commented 5 years ago

Occurrences

Steps to reproduce

  1. Proceed to video
  2. Observe current timestamp

Expected result Timestamp should properly update based on current time & timestamp.

Actual Result Timestamp appears to stop at first track, i.e, "Hellofriend ..." (In first occurrence example)

Comments Within timeStampObj, it appears all links_tracks arrays are of the same link & timestamp text. Could possible be an issue in regards to the timestamp format, i.e 0:00:00 instead of 00:00:00.

TylerJDev commented 5 years ago

Issue should now be fixed. Seems that the grabTimestampText function was causing this issue.