Added a new song
This commit is contained in:
		
							parent
							
								
									073f0fe61e
								
							
						
					
					
						commit
						cb30f18461
					
				@ -79,6 +79,7 @@ func main() {
 | 
			
		||||
			"/web/blocks/snippets/bannerpanel.html",
 | 
			
		||||
			// Music
 | 
			
		||||
			"https://music-website.s3.nl-ams.scw.cloud/Tokusya-Seizon%20Wonder-la-der%21%21.mp3",
 | 
			
		||||
			"https://music-website.s3.nl-ams.scw.cloud/kegarenaki-barajuuji.mp3",
 | 
			
		||||
		},
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -63,6 +63,10 @@ func (f *musicPlayer) OnMount(ctx app.Context) {
 | 
			
		||||
		Title("Tokusya-Seizon Wonder-la-der!! - Amane Kanata").
 | 
			
		||||
		URL("https://music-website.s3.nl-ams.scw.cloud/Tokusya-Seizon%20Wonder-la-der%21%21.mp3").
 | 
			
		||||
		ID("tokusya-seizon")
 | 
			
		||||
	f.songs["kegarenaki-barajuuji"] = newSong().
 | 
			
		||||
		Title("Kegarenaki Barajuuji - Ariabl'eyeS").
 | 
			
		||||
		URL("https://music-website.s3.nl-ams.scw.cloud/kegarenaki-barajuuji.mp3").
 | 
			
		||||
		ID("kegarenaki-barajuuji")
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user