kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
				
				
				
			Merge branch '515-edit-playlist-icons' into 'develop'
Resolve "Cover not displayed in PL edit view" Closes #515 See merge request funkwhale/funkwhale!404merge-requests/408/head
						commit
						5fb7c1761d
					
				| 
						 | 
				
			
			@ -0,0 +1 @@
 | 
			
		|||
Fix broken icons in playlist editor (#515)
 | 
			
		||||
| 
						 | 
				
			
			@ -53,7 +53,7 @@
 | 
			
		|||
            <tr v-for="(plt, index) in plts" :key="plt.id">
 | 
			
		||||
              <td class="left aligned">{{ plt.index + 1}}</td>
 | 
			
		||||
              <td class="center aligned">
 | 
			
		||||
                <img class="ui mini image" v-if="plt.track.album.cover" :src="plt.track.album.cover">
 | 
			
		||||
                <img class="ui mini image" v-if="plt.track.album.cover.original" v-lazy="$store.getters['instance/absoluteUrl'](plt.track.album.cover.small_square_crop)">
 | 
			
		||||
                <img class="ui mini image" v-else src="../../assets/audio/default-cover.png">
 | 
			
		||||
              </td>
 | 
			
		||||
              <td colspan="4">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue