mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-19 03:15:58 +02:00
Update:Custom error page for nuxt
This commit is contained in:
@@ -31,7 +31,7 @@ export default {
|
||||
return null
|
||||
})
|
||||
if (!mediaItemShare) {
|
||||
return error({ statusCode: 404, message: 'Not found' })
|
||||
return error({ statusCode: 404, message: 'Media item not found or expired' })
|
||||
}
|
||||
|
||||
return {
|
||||
|
Reference in New Issue
Block a user