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
Fix missing repeat-single icon in desktop queue view.
Display "current / total" in now-playing.
Add mini-player.
Only show technical info in desktop bottom bar if not showing ratings, or screen width is 900px or higher.
Reduce CPU load when the server connection is lost, or there are no players, by using icons and not a circular spinning progressbars.
When getting track info for a queue item, pass its position in the queue to the trackinfo command and not its ID/URL. This helps with TuneIn stations, where the URL in the queue can change.
Don't repeatedly poll player status if song duration is 0 (as is for streams).
When parsing SlimBrowse response, if we have a mixture of items with and without images then only set image to default album or artist image for items with the corresponding type. Also, if find an item that is not an artist or album, then disable grid.
Remove "noselect" from browse-list, to allow text items (e.b. bandcamp URLs) to be selected.
Update axios, vuetify, and vuex libraries.
Add action to move queue from one player to another.
When creating a group player, also update server status 1 second later.