mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-10 21:59:23 +02:00
Fix:Include device info with sync local-all request
This commit is contained in:
@@ -191,7 +191,6 @@ export default {
|
||||
// Filter by downloaded when redirecting from the local copy
|
||||
queryParams.set('episodefilter', 'downloaded')
|
||||
}
|
||||
console.log('Redirecting to server library item page with queryparams', queryParams.toString())
|
||||
return redirect(`/item/${libraryItem.libraryItemId}?${queryParams.toString()}`)
|
||||
}
|
||||
} else if (!store.state.user.serverConnectionConfig) {
|
||||
|
||||
Reference in New Issue
Block a user