Skip to content

Commit

Permalink
feat: update album art every hour
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Gleich <git@mattglei.ch>
  • Loading branch information
gleich committed Feb 8, 2025
1 parent 60a1394 commit cf1da32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/apis/applemusic/song.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func loadAlbumArtBlurhash(

func updateAlbumArtPeriodically(client *http.Client, rdb *redis.Client) {
for {
time.Sleep(1 * time.Minute)
time.Sleep(60 * time.Minute)
var (
cursor uint64
allKeys []string
Expand Down

0 comments on commit cf1da32

Please sign in to comment.