Update server/providers/FantLab.js

Co-authored-by: advplyr <67830747+advplyr@users.noreply.github.com>
This commit is contained in:
Dmitry 2023-02-09 23:09:44 +03:00 committed by GitHub
parent b9307143bd
commit 371cd3b2e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`