mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-31 16:24:45 +02:00
Update:Custom error page for nuxt
This commit is contained in:
parent
8e286a6070
commit
134c2580c9
2 changed files with 46 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue