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

Current Track text is undefined #1

Closed TylerJDev closed 5 years ago

TylerJDev commented 5 years ago

Occurrences

Steps to reproduce

  1. Open Chrome Developer Tools
  2. Proceed to one of the URLs above
  3. Ensure that the video is playing from the start

Expected result Title should be properly grabbed from description/comment content.

Actual Result timestampObj.current_track equals undefined.

Comments There may be a different cause of the issue in the mentioned URLs, though they both most likely stem from the same part within the code. Could possibly be caused via parsing of the related timestamp text.

TylerJDev commented 5 years ago

Issue should now be fixed, plugin should now check text which contains the current timestamp and parse if found.