edited230126

This commit is contained in:
2026-01-23 18:07:29 +01:00
parent 32312fe4f2
commit 138136e835
18 changed files with 1354 additions and 283 deletions

View File

@@ -75,7 +75,7 @@ def display_playlist(token: str):
}
if item.item_type in ("image", "video") and item.file_path:
payload["src"] = url_for("static", filename=item.file_path)
if item.item_type == "webpage":
if item.item_type in ("webpage", "youtube"):
payload["url"] = item.url
items.append(payload)