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
Keep Watching (likely rename "Following" view to "Feed")
Resume video from where you left off
View watch history in its own view
Data structure would be something like:
structHistoryEntry{varvideoId:StringvarvideoTitle:StringvarauthorId:Stringvarauthor:StringvarvideoThumbnails:[ThumbnailObject]vardate:DatevardurationWatched:Int64// or Duration, if it supports Codable}
The text was updated successfully, but these errors were encountered:
Watch history would be very nice.
Some features that could coincide with it:
Data structure would be something like:
The text was updated successfully, but these errors were encountered: