diff --git a/internal/radio/mostlistened.go b/internal/radio/mostlistened.go index 47ba655..c5d1b7f 100644 --- a/internal/radio/mostlistened.go +++ b/internal/radio/mostlistened.go @@ -9,7 +9,7 @@ import ( "github.com/pkg/errors" ) -const MostListenedDateFormat string = "02 January 2006" +const MostListenedDateFormat string = "02 January 2006 at 15:04:05 MST" // MostListenedSong holds a metadata for a most listened song. type MostListenedSong struct {