Add local TopSongs

This commit is contained in:
Deluan 2023-01-01 19:30:40 -05:00 committed by Deluan Quintão
parent 77a99a735b
commit 8f0d002922
2 changed files with 30 additions and 5 deletions

View file

@ -48,7 +48,7 @@ const (
ServerReadHeaderTimeout = 3 * time.Second
ArtistInfoTimeToLive = time.Second
ArtistInfoTimeToLive = time.Second // TODO Revert
//ArtistInfoTimeToLive = 24 * time.Hour
I18nFolder = "i18n"