From 820f7674c28e1eb2767eac5134fc97d108a30dcb Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Sat, 16 Dec 2023 14:15:22 +0100 Subject: [PATCH] :pencil2: fixed artist/album typo Signed-off-by: Sindre Kjelsrud --- src/data/vinyl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/vinyl.json b/src/data/vinyl.json index c1c2540..8b40bab 100644 --- a/src/data/vinyl.json +++ b/src/data/vinyl.json @@ -48,8 +48,8 @@ "artist": "Frank Zappa" }, { - "album": "The Human League", - "artist": "DARE!" + "album": "DARE!", + "artist": "The Human League" }, { "album": "Saturday Night Fever",