From 24ce8115e79d01c75bf161b41b21ac4fb3f1b350 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 8 Oct 2023 04:08:27 +0400 Subject: [PATCH] MostListenedDateFormat was changed. --- internal/radio/mostlistened.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {