add title to room page

This commit is contained in:
2025-07-21 04:58:02 +03:00
parent d670eb9a54
commit b983e74c24
+2
View File
@@ -202,6 +202,8 @@ async def page(room_uid: str):
tmdb_id = globals.ROOMS_DATABASE.by_uid[room_uid].tmdb_id
content = globals.MOVIES_DATABASE.by_tmdb_id[tmdb_id]
ui.page_title(content.title)
if content.type == "movie":
video = content.file_url
poster = content.backdrop_url