mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-07-30 00:18:43 +02:00
Remove unused query property
This commit is contained in:
@@ -162,7 +162,7 @@ import { AbsFileSystem, AbsDownloader } from '@/plugins/capacitor'
|
||||
import { FastAverageColor } from 'fast-average-color'
|
||||
|
||||
export default {
|
||||
async asyncData({ store, params, redirect, app, query }) {
|
||||
async asyncData({ store, params, redirect, app }) {
|
||||
const libraryItemId = params.id
|
||||
let libraryItem = null
|
||||
if (libraryItemId.startsWith('local')) {
|
||||
|
||||
Reference in New Issue
Block a user