Link Last.fm account from tracks

This commit is contained in:
Claudio Ortolina
2025-05-07 11:26:41 +01:00
parent 790a7db3d7
commit fddc2dcbf0
6 changed files with 37 additions and 8 deletions
+4
View File
@@ -11,4 +11,8 @@ defmodule MusicLibrary.Secrets do
def get!(name) do
Repo.get!(Secret, name)
end
def get(name) do
Repo.get(Secret, name)
end
end