Apply scrobble rules after refreshing the feed

This commit is contained in:
Claudio Ortolina
2025-08-03 15:49:14 +03:00
parent e7c6fe799e
commit 71e5a8d860
+2
View File
@@ -34,6 +34,8 @@ defmodule LastFm.Feed do
conflict_target: [:scrobbled_at_uts, :title]
)
MusicLibrary.ScrobbleRules.apply_all_rules()
Phoenix.PubSub.broadcast(LastFm.PubSub, "feed:update", %{track_count: count})
end