浏览代码

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

Akira Laine 9 年之前
父节点
当前提交
809bab4e9d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>