From b689b99be49bfe93ca2ce08956b31c66c6d2edfb Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 4 Jul 2025 14:52:28 +0100 Subject: [PATCH] Fix stream container for scrobble rules --- lib/music_library_web/live/scrobble_rules_live/index.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/music_library_web/live/scrobble_rules_live/index.html.heex b/lib/music_library_web/live/scrobble_rules_live/index.html.heex index d3ceafae..2c58c732 100644 --- a/lib/music_library_web/live/scrobble_rules_live/index.html.heex +++ b/lib/music_library_web/live/scrobble_rules_live/index.html.heex @@ -34,7 +34,7 @@ <:col>{gettext("Created")} <:col> - <.table_body> + <.table_body phx-update="stream" id="scrobble-rules"> <.table_row :for={{dom_id, scrobble_rule} <- @streams.scrobble_rules} id={dom_id}> <:cell>{rule_type_badge(scrobble_rule.type)} <:cell>{scrobble_rule.match_value}