Update Sep 3, 2026 by Alex Sinelnikov
Release 2.4.1
This is minor update aimed to fix broken Emby auth tokens. And few UI improvements.
Fixed emby auth tokens. Sorry, but you will need to reauthenticate again. I need to save server type in app, so that auth headers could be built correctly.
Added a way to display artists/albums/playlists as a row instead of grid
Added hover effect on desktop to grid items, now it zooms a bit to show the interaction. The row UI highlights whole row when hovered. I put a 30ms animation, but somehow for me it looks long and I'd remove the animation completely, just highlight instantly when hovered. Anyway let me know by pushing up(if you want to keep animation) or down vote below this post.
Code cleanup - moved few dropdowns which were spread across code base into its own reusable component.