8d6cf4d81909
derp
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 28 Sep 2011 21:02:32 -0400 |
parents | 6c5f45712535 |
children | 3c52063ee45e |
branches/tags | (none) |
files | src/newseasons/views/main.clj |
Changes
--- a/src/newseasons/views/main.clj Wed Sep 28 21:01:32 2011 -0400 +++ b/src/newseasons/views/main.clj Wed Sep 28 21:02:32 2011 -0400 @@ -26,7 +26,7 @@ "results")) (defn itunes-lookup-artist [id] - (itunes-lookup "id" id)) + (first (itunes-lookup "id" id))) ; Home ------------------------------------------------------------------------