Make stats feed update automatically

This commit is contained in:
Claudio Ortolina
2024-11-04 12:22:23 +00:00
parent 7139e0ad8f
commit 065ca4bf7c
5 changed files with 42 additions and 2 deletions
+1
View File
@@ -10,6 +10,7 @@ defmodule LastFm.Supervisor do
:ok = LastFm.Feed.create_table!()
children = [
{Phoenix.PubSub, name: LastFm.PubSub},
{LastFm.Refresh, %{api: api(), user: "cloud8421", api_key: api_key()}}
]