# HG changeset patch # User Steve Losh # Date 1317258152 14400 # Node ID 8d6cf4d81909a2ae61a7c88ba693d4c37e2c9389 # Parent 6c5f457125353c42f19c7c3a1f1dfc61abf11c22 derp diff -r 6c5f45712535 -r 8d6cf4d81909 src/newseasons/views/main.clj --- 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 ------------------------------------------------------------------------