aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2024-11-05 01:00:29 +0100
committerMiguel Ángel Moreno <mail@migalmoreno.com>2024-11-05 01:18:11 +0100
commitb6783eb780ffb64cb9c9c9c338caf6c7465f93f9 (patch)
treee06d732b51724d9825c73fed188f54b6a65f6a62
parent45565f930bee74735d0bc6d1b8dac1191de3fc2c (diff)
fix(frontend): fix display of playlist avatar
-rw-r--r--src/frontend/tubo/playlist/views.cljs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/frontend/tubo/playlist/views.cljs b/src/frontend/tubo/playlist/views.cljs
index c26bdd3..cd31b72 100644
--- a/src/frontend/tubo/playlist/views.cljs
+++ b/src/frontend/tubo/playlist/views.cljs
@@ -12,7 +12,8 @@
(let [!menu-active? (r/atom nil)]
(fn []
(let [{:keys [name next-page uploader-name uploader-url related-streams
- stream-count]}
+ stream-count]
+ :as playlist}
@(rf/subscribe [:playlist])
next-page-url (:url next-page)
scrolled-to-bottom? @(rf/subscribe [:scrolled-to-bottom])]