mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-03 16:01:37 +00:00
Update JS docs
This commit is contained in:
parent
093124aac6
commit
ab3bd6f4a1
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ class Author extends Model {
|
||||||
*
|
*
|
||||||
* @param {string} name
|
* @param {string} name
|
||||||
* @param {string} libraryId
|
* @param {string} libraryId
|
||||||
* @returns {Promise<Author>}
|
* @returns {Promise<{ author: Author, created: boolean }>}
|
||||||
*/
|
*/
|
||||||
static async findOrCreateByNameAndLibrary(name, libraryId) {
|
static async findOrCreateByNameAndLibrary(name, libraryId) {
|
||||||
const author = await this.getByNameAndLibrary(name, libraryId)
|
const author = await this.getByNameAndLibrary(name, libraryId)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue