mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-16 18:11:00 +02:00
Update:Create playlist items table
This commit is contained in:
@ -60,6 +60,9 @@ export const getters = {
|
||||
},
|
||||
getCollection: state => id => {
|
||||
return state.collections.find(c => c.id === id)
|
||||
},
|
||||
getPlaylist: state => id => {
|
||||
return state.userPlaylists.find(p => p.id === id)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user