mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-04-08 01:41:48 -04:00
Update JS docs
This commit is contained in:
parent
093124aac6
commit
ab3bd6f4a1
@ -111,7 +111,7 @@ class Author extends Model {
|
||||
*
|
||||
* @param {string} name
|
||||
* @param {string} libraryId
|
||||
* @returns {Promise<Author>}
|
||||
* @returns {Promise<{ author: Author, created: boolean }>}
|
||||
*/
|
||||
static async findOrCreateByNameAndLibrary(name, libraryId) {
|
||||
const author = await this.getByNameAndLibrary(name, libraryId)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user