mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-09 15:24:55 +02:00
Remove old Author object & fix issue deleting empty authors
This commit is contained in:
@ -773,7 +773,7 @@ class LibraryItem extends Model {
|
||||
|
||||
/**
|
||||
* Get book library items for author, optional use user permissions
|
||||
* @param {oldAuthor} author
|
||||
* @param {import('./Author')} author
|
||||
* @param {import('./User')} user
|
||||
* @returns {Promise<oldLibraryItem[]>}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user