fix: accept any valid mime type for downloadable tracks

This commit is contained in:
Lei Nelissen
2024-10-12 22:57:20 +02:00
parent 502f39db0e
commit 2c42a897d9
4 changed files with 28 additions and 28 deletions

View File

@@ -28,6 +28,7 @@
"fuse.js": "^7.0.0",
"i18n-js": "^4.3.2",
"lodash": "^4.17.21",
"mime-db": "^1.53.0",
"react": "^18.2.0",
"react-airplay": "^1.2.0",
"react-native": "0.74.3",
@@ -61,6 +62,7 @@
"@sentry/react-native": "^5.26.0",
"@types/i18n-js": "^3.8.9",
"@types/lodash": "^4.14.202",
"@types/mime-db": "^1.43.5",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@typescript-eslint/eslint-plugin": "^6.21.0",