Remove unused functions

This commit is contained in:
Claudio Ortolina
2025-09-26 15:21:09 +03:00
parent aca5c80e4d
commit cc84c3a429
5 changed files with 0 additions and 45 deletions
-2
View File
@@ -2,8 +2,6 @@ defmodule LastFm do
alias LastFm.{API, Feed, Refresh, Scrobble, Track, Worker}
alias MusicLibrary.{BackgroundRepo, Repo}
def get_scrobbled_tracks(limit \\ 100), do: Feed.all_tracks(limit)
def subscribe_to_feed, do: Feed.subscribe()
def refresh_scrobbled_tracks, do: Refresh.refresh()