Skip to content

Commit d2b8e29

Browse files
Add Little Love Song
1 parent 2238ebb commit d2b8e29

5 files changed

Lines changed: 20 additions & 0 deletions

File tree

mymusic/audio/Little_Love_Song.mp3

4.19 MB
Binary file not shown.

mymusic/audio/mahiru_ed3_piano.mp3

4.74 MB
Binary file not shown.

mymusic/data/music.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,26 @@ const ALL_MUSIC_SECTIONS = [
100100
audioSrc: "audio/mahiru_gift.mp3",
101101
isFavorite: true,
102102
plays: "467.790" // Random
103+
},
104+
{
105+
id: "mahiru6",
106+
title: "君に届け - Piano.",
107+
artistData: "Instrumental",
108+
displayArtist: { name: "Instrumental", id: "MahiruShiina" },
109+
artUrl: "img/mahiru5.png",
110+
audioSrc: "audio/mahiru_ed3_piano.mp3",
111+
isFavorite: true,
112+
plays: "467.790" // Random
113+
},
114+
{
115+
id: "mahiru7",
116+
title: "Little Love Song",
117+
artistData: "Ru's Piano Ru味春捲",
118+
displayArtist: { name: "Ru's Piano Ru味春捲", id: "MahiruShiina" },
119+
artUrl: "img/mahiru6.png",
120+
audioSrc: "audio/Little_Love_Song.mp3",
121+
isFavorite: true,
122+
plays: "467.790" // Random
103123
}
104124
]
105125
},

mymusic/img/mahiru5.png

528 KB
Loading

mymusic/img/mahiru6.png

1.84 MB
Loading

0 commit comments

Comments
 (0)