summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2025-03-09 11:10:13 +0100
committerMitya Selivanov <automainint@guattari.tech>2025-03-09 11:10:13 +0100
commit0d145eb824f964421454bcd94c35659e8d8114f5 (patch)
tree09369b64b4be1ad0a6315eca2c11d01a3fc40e13
parent636707ffc5ff83725cad657c6ae968ead9c75a8f (diff)
downloadcgi-0d145eb824f964421454bcd94c35659e8d8114f5.zip
Update albums
-rwxr-xr-xmain.c31
1 files changed, 28 insertions, 3 deletions
diff --git a/main.c b/main.c
index 2708b41..be5264b 100755
--- a/main.c
+++ b/main.c
@@ -926,10 +926,11 @@ static Doc docs[NUM_DOCS] = {
.layout = LAYOUT_CENTER,
}, {
.scale = 80,
- .text = "Apple / iTunes",
+ .text = "Apple",
.href = "/apple/2021",
}, {
.type = TAG_CODE,
+ .unselectable = 1,
.text = " | ",
}, {
.scale = 80,
@@ -937,6 +938,7 @@ static Doc docs[NUM_DOCS] = {
.href = "/spotify/2021",
}, {
.type = TAG_CODE,
+ .unselectable = 1,
.text = " | ",
}, {
.scale = 80,
@@ -1128,6 +1130,29 @@ static Doc docs[NUM_DOCS] = {
.text = "YouTube",
.href = "https://www.youtube.com/playlist?list=PLcgDcJaNt0a-wSyZdGARyF3OMAqOQY36J",
}, {
+ .line_height = 100,
+ .text = "<br> \"Vertex\" single <br>",
+ }, {
+ .scale = 80,
+ .text = "Apple",
+ .href = "/apple/2020",
+ }, {
+ .type = TAG_CODE,
+ .unselectable = 1,
+ .text = " | ",
+ }, {
+ .scale = 80,
+ .text = "Spotify",
+ .href = "/spotify/2020",
+ }, {
+ .type = TAG_CODE,
+ .unselectable = 1,
+ .text = " | ",
+ }, {
+ .scale = 80,
+ .text = "Deezer",
+ .href = "/deezer/2020",
+ }, {
.type = TAG_END,
}, {
.text = "<br>",
@@ -1190,7 +1215,7 @@ static Doc docs[NUM_DOCS] = {
.unselectable = 1,
.text = "&nbsp;3.",
}, {
- .text = "Casual Track 020",
+ .text = "Casual Track 020 / Curl",
}, {
.width = 100,
.layout = LAYOUT_FLOAT_RIGHT,
@@ -1241,7 +1266,7 @@ static Doc docs[NUM_DOCS] = {
.unselectable = 1,
.text = "&nbsp;5.",
}, {
- .text = "Casual Track 022",
+ .text = "Casual Track 022 / Vertex",
}, {
.width = 100,
.layout = LAYOUT_FLOAT_RIGHT,