adding admin tools

This commit is contained in:
2026-02-06 13:20:21 +00:00
parent f546e8ae23
commit dbdab24e17
4 changed files with 34 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
package handlers
import (
"time"
"adam-french.co.uk/backend/services"
"github.com/zmb3/spotify/v2"
spotifyauth "github.com/zmb3/spotify/v2/auth"
@@ -13,4 +15,7 @@ type Store struct {
SpotifyClient *spotify.Client
Auth *services.Auth
Notes *services.Notes
RecentSongs *[]spotify.RecentlyPlayedItem
RecentSongsFetchedAt time.Time
}