Explorar el Código

Use spotify external url

Toni Fadjukoff hace 6 años
padre
commit
9a1855fff7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      web.go

+ 1 - 0
web.go Ver fichero

@@ -121,6 +121,7 @@ func updateHandler(w http.ResponseWriter, r *http.Request) {
121 121
 			}
122 122
 		}
123 123
 		title = track.Name
124
+		url = track.ExternalUrls.Spotify
124 125
 	}
125 126
 
126 127
 	songs, err := loadDb()