- added shuffle/save/clear to queue
- custom piped api (1/2 #154)
- track numbers for songs in album/playlist (see #147)
- use dash if managed mse is available
- store artist name for local playlist
This commit is contained in:
Shiny Nematoda 2023-12-12 09:31:31 +00:00
parent d1592eef0c
commit 129f14c64f
13 changed files with 541 additions and 452 deletions

View file

@ -12,16 +12,16 @@
"dependencies": {
"bootstrap-icons": "^1.11.2",
"dompurify": "^3.0.6",
"peerjs": "^1.5.1",
"peerjs": "^1.5.2",
"pinia": "^2.1.7",
"shaka-player": "^4.6.1",
"sortablejs": "^1.15.0",
"shaka-player": "^4.7.1",
"sortablejs": "^1.15.1",
"vue": "^3.2.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.0",
"prettier": "^3.1.0",
"vite": "^5.0.2",
"vite-plugin-pwa": "^0.17.0"
"@vitejs/plugin-vue": "^4.5.2",
"prettier": "^3.1.1",
"vite": "^5.0.7",
"vite-plugin-pwa": "^0.17.4"
}
}