mirror of
https://github.com/flibusta-apps/book_library_server.git
synced 2025-12-06 15:15:36 +01:00
Fix
This commit is contained in:
@@ -84,7 +84,7 @@ async def sequence_available_types(
|
|||||||
) -> list[str]:
|
) -> list[str]:
|
||||||
books = await (
|
books = await (
|
||||||
BookDB.objects.prefetch_related(["source"])
|
BookDB.objects.prefetch_related(["source"])
|
||||||
.filter(sequence__id=id, lang__in=allowed_langs, is_deleted=False)
|
.filter(sequences__id=id, lang__in=allowed_langs, is_deleted=False)
|
||||||
.all()
|
.all()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user