dev@locazia: fix metadata cover

This commit is contained in:
user 2024-03-08 02:59:25 +03:00
parent 7c5bdb3bb6
commit 63b5607d1b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ async def create_metadata_for_item(
authors: list = None
) -> StoredContent:
assert title, "No title provided"
assert cover_url, "No cover_url provided"
# assert cover_url, "No cover_url provided"
assert len(title) > 3, "Title too short"
title = title[:100].strip()