mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-09 14:25:25 +02:00
Add: Experimental collections add/remove & db #151
This commit is contained in:
@@ -47,6 +47,10 @@ export default {
|
||||
var libraryPage = params.id || ''
|
||||
store.commit('audiobooks/setLibraryPage', libraryPage)
|
||||
|
||||
if (libraryPage === 'collections') {
|
||||
store.dispatch('user/loadUserCollections')
|
||||
}
|
||||
|
||||
return {
|
||||
id: libraryPage,
|
||||
libraryId,
|
||||
|
||||
Reference in New Issue
Block a user