Browse Source

Merge branch 'february_release' of https://github.com/Musare/Musare into february_release

Akira Laine 9 years ago
parent
commit
809bab4e9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/client/templates/home.html

+ 1 - 1
app/client/templates/home.html

@@ -7,7 +7,7 @@
                     <div class="col s12 m5 l2">
                         <div class="card">
                             <div class="card-image waves-effect waves-block waves-light">
-                                <img src={{currentSong.song.img}}>
+                                <img onerror="this.src='http://static.boredpanda.com/blog/wp-content/uploads/2014/04/amazing-fox-photos-182.jpg'" src={{currentSong.song.img}}>
                                 <figcaption>
                                     <h5>{{currentSong.song.title}}</h5>
                                     <h5>{{currentSong.song.artist}}</h5>