mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-26 13:24:39 +02:00
Update:Book downloads will go in author/title subfolders #194
This commit is contained in:
@@ -32,10 +32,6 @@ export default {
|
||||
async asyncData({ params, store, redirect, app, query }) {
|
||||
const mediaItemHistory = await app.$db.getMediaItemHistory(params.id)
|
||||
|
||||
if (!mediaItemHistory) {
|
||||
return redirect('/?error=Media Item Not Found')
|
||||
}
|
||||
|
||||
return {
|
||||
title: query.title || 'Unknown',
|
||||
mediaItemHistory
|
||||
|
||||
Reference in New Issue
Block a user