Fix:iOS audio player cutting off timestamps #173

This commit is contained in:
advplyr
2022-05-13 09:28:43 -05:00
parent d5fafd8cab
commit ad5edf3aee
6 changed files with 40 additions and 33 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
"version": "0.9.44-beta",
"author": "advplyr",
"scripts": {
"dev": "nuxt --hostname localhost --port 1337",
"dev": "nuxt --hostname 0.0.0.0 --port 1337",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
@@ -38,4 +38,4 @@
"@nuxtjs/tailwindcss": "^4.2.0",
"postcss": "^8.3.5"
}
}
}