aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])]