- Fixed a bug where logs would be spammed when the song changed if another thread rendered the contents of the player.
- Added text to the login but instructing that you need to choose a service before being able to login.
- Changed how services start after reload to possibly fix a bug where services wouldn't start of a reload.
- Changed auth services to a custom solution to have better control over the time to login, also is now on a custom website to also to have a custom theme sharing service on there in the future.
- Fixed a bug where Spotify would not send me the track and would break the service.
- Changed YouTube to use a websocket so it should update instantly instead of having to poll for an update.
- Added a message so that if a reauth fails it will let the user know they
- Removed Essential Dependency.
- Fixed a bug where logs would be spammed when the song changed if another thread rendered the contents of the player.
- Added text to the login but instructing that you need to choose a service before being able to login.
- Changed how services start after reload to possibly fix a bug where services wouldn't start of a reload.
- Changed auth services to a custom solution to have better control over the time to login, also is now on a custom website to also to have a custom theme sharing service on there in the future.
- Fixed a bug where Spotify would not send me the track and would break the service.
- Changed YouTube to use a websocket so it should update instantly instead of having to poll for an update.
- Added a message so that if a reauth fails it will let the user know they
- Removed Essential Mod Dependency.
- Fixed a bug where logs would be spammed when the song changed if another thread rendered the contents of the player.
- Added text to the login but instructing that you need to choose a service before being able to login.
- Changed how services start after reload to possibly fix a bug where services wouldn't start of a reload.
- Changed auth services to a custom solution to have better control over the time to login, also is now on a custom website to also to have a custom theme sharing service on there in the future.
- Fixed a bug where Spotify would not send me the track and would break the service.
- Changed YouTube to use a websocket so it should update instantly instead of having to poll for an update.
- Added a message so that if a reauth fails it will let the user know they have to manually log back in, this happens when you revoke the token via the Spotify website.
Fixed bugs relating to service jsons not being collected correctly and now do safe handling with it. Added support for cider.sh which allows for Apple Music support. Added page for logging into Spotify as to avoid the link issue again and fixed link buttons. Fixed issues with display mode being broken in certain situations.
Fixed config loading issue
Fixed essential loading issue
Essential loading issue