You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Watch history does not show titles of videos. Also, it would be nice if it would automatically open the spot you were at before or а continue watching feature
The text was updated successfully, but these errors were encountered:
Thanks for reporting (and thanks for using the Canary version!)
As of right now, the Watch history not showing titles of videos is intentional. In fact it shows nothing except the thumbnails (no title, author, length, view count, etc).
This is because the watch history is stored in Invidious as video IDs only in the database - we don't cache all the other details.
From the ID, getting the image is fast and doesn't require extra network calls or database queries.
So overall this is an optimization to avoid making too many requests. In fact, this behaviour matches Invidious as well (it only shows the image).
I will evaluate if we can load the first 4-5 videos (each will require a network call to Invidious) and then load more as you scroll. If this turns out to be inefficient, then it will can remain without titles.
As for the the spot you were at before or а continue watching feature - this is still in the works, as per #138 (there will be a little red progress bar under each video, a new "Continue watching" section, etc)
Watch history does not show titles of videos. Also, it would be nice if it would automatically open the spot you were at before or а continue watching feature
The text was updated successfully, but these errors were encountered: