Partially implemented ArtistRefreshCommand. In order to move forward, API may need to be switched to Spotify.

This commit is contained in:
Joseph Milazzo
2017-05-07 11:58:24 -05:00
parent fa80bca2c9
commit b481bc6e45
14 changed files with 420 additions and 33 deletions
@@ -8,7 +8,7 @@
<div class="col-md-10 col-xs-9">
<div class="row">
<div class="col-md-10 col-xs-10">
<a href="artist/{{artistName}}" target="_blank">
<a href="artist/{{artistNameSlug}}" target="_blank">
<h2>{{artistName}}</h2>
</a>
</div>
@@ -50,6 +50,9 @@
<div class="col-md-2 col-xs-4">
{{> EpisodeProgressPartial }}
</div>
<div class="col-md-8 col-xs-10">
Path {{path}}
</div>
</div>
</div>
</div>