Fixed an issue with hiding implicit rows
Now only showing the first row of recently watched on non-phone displays
Filtering out movies that are over 90% complete from "continue watching"
Properly sorting "continue watching"
Added "continue watching" on home page
Put movie / shows embed thingies in a partial so it's easier to copy
Now showing progress on TV shows
Indicate progress for shows / movies
Now also showing profile picture on smaller phones such as SE
Pushed to production and set up mongodb on my server :D
Removed local storage from it all
Now syncing playtimes between accounts (YAY)
Also store new information in req.user
Fixed storing DB information in the actual DB (instead of overriding it each time)
Now saving media progress on the server (but not syncing to the client so it's useless)
Messed around with mongodb a bunch
Messed around with passportjs
Fixed `get_first` sometimes returning undefined instead of a stream, thus fixing initial loading
Now refreshing `update_progress` every 4s so episode progress etc gets updated as you watch
Now having "not found" partial remove loading from title
Moved images into /assets/ and made a dark icon as favicon
Added border-radius to iframe, also a background and all that
Now setting progress to 100% in the bar if it's past 90% (to not have 10px of white everywhere)