fix playlist reordering

+ fix mediasession handler
This commit is contained in:
Shiny Nematoda 2024-02-25 08:11:40 +00:00
parent 9094d21d2c
commit ab9ebbced0
4 changed files with 582 additions and 534 deletions

View file

@ -11,17 +11,17 @@
},
"dependencies": {
"bootstrap-icons": "^1.11.3",
"dompurify": "^3.0.8",
"dompurify": "^3.0.9",
"peerjs": "^1.5.2",
"pinia": "^2.1.7",
"shaka-player": "^4.7.6",
"shaka-player": "^4.7.10",
"sortablejs": "^1.15.2",
"vue": "^3.2.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.6.2",
"prettier": "^3.2.4",
"vite": "^5.0.12",
"vite-plugin-pwa": "^0.17.4"
"@vitejs/plugin-vue": "^5.0.4",
"prettier": "^3.2.5",
"vite": "^5.1.4",
"vite-plugin-pwa": "^0.19.0"
}
}