···66- Add support for non-standard `audio/x-flac` mimetype.
77- Fixes a playback issue with Google Drive on Safari/iOS.
88- Improves Google Drive support, access tokens are now refreshed when needed (before it only refreshed on source processing)
99+- Shift + Click actions for the top-right nav items on the tracks page.
910- Several playlist improvements: add to queue, add options to autogenerated playlists, convert autogenerated playlist into regular playlist, etc.
10111112
+3
src/Applications/UI.elm
···397397 AssistWithAddingTracksToPlaylist a ->
398398 Playlists.assistWithAddingTracksToPlaylist a
399399400400+ AssistWithSelectingPlaylist ->
401401+ Playlists.assistWithSelectingPlaylist
402402+400403 CreatePlaylist ->
401404 Playlists.create
402405