mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-31 07:09:55 +02:00
Update server/providers/FantLab.js
Co-authored-by: advplyr <67830747+advplyr@users.noreply.github.com>
This commit is contained in:
parent
b9307143bd
commit
371cd3b2e5
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class FantLab {
|
||||||
const { work_id, work_type_id } = item
|
const { work_id, work_type_id } = item
|
||||||
|
|
||||||
if (this._filterWorkType.includes(work_type_id)) {
|
if (this._filterWorkType.includes(work_type_id)) {
|
||||||
return { title: null }
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
const url = `${this._baseUrl}/work/${work_id}/extended`
|
const url = `${this._baseUrl}/work/${work_id}/extended`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue