Use stored scrobbled tracks

This commit is contained in:
Claudio Ortolina
2025-05-31 21:36:05 +01:00
parent 32956ca593
commit 1703f1cf70
5 changed files with 39 additions and 46 deletions
-2
View File
@@ -7,8 +7,6 @@ defmodule LastFm.Supervisor do
@impl true
def init(config) do
:ok = LastFm.Feed.create_table!()
children = [
{Phoenix.PubSub, name: LastFm.PubSub},
{LastFm.Refresh, config}