On every update to the users total watchtime a PUT request is sent to the Azure Backend updating the total watchtime
User is identified by a once-created UUID thats stored in SharedPreferences
Network Errors are caught and now display a Toast Message (Only for the ranking Endpoint -> Should probably also be done for all other Network/DB requests))
Changes