Update fastforward/rewind icons and show on lock screen, move logout btn, fix fallback cover art

This commit is contained in:
advplyr
2021-09-05 10:37:08 -05:00
parent b0d1f51678
commit 811fc91fa7
22 changed files with 101 additions and 38 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "audiobookshelf-app",
"version": "v0.2.0-beta",
"version": "v0.2.1-beta",
"author": "advplyr",
"scripts": {
"dev": "nuxt --hostname localhost --port 1337",
@@ -10,9 +10,9 @@
"icons-android": "cordova-res android --skip-config --copy"
},
"dependencies": {
"@capacitor/android": "^3.1.2",
"@capacitor/android": "^3.2.2",
"@capacitor/cli": "^3.1.2",
"@capacitor/core": "^3.1.2",
"@capacitor/core": "^3.2.2",
"@capacitor/dialog": "^1.0.3",
"@capacitor/ios": "^3.2.2",
"@nuxtjs/axios": "^5.13.6",
@@ -30,4 +30,4 @@
"@nuxtjs/tailwindcss": "^4.2.0",
"postcss": "^8.3.5"
}
}
}