diff --git a/app/js/components/lib_core.js b/app/js/components/lib_core.js index 97e0d32..e0a8f74 100644 --- a/app/js/components/lib_core.js +++ b/app/js/components/lib_core.js @@ -42,7 +42,6 @@ this.trigger('ERROR', new AudicaCoreError('Cannot handle songs from backend ' + song.backendId + '.')); } - this.view.updateMainView(song.artist, song.album, song.title); this.trigger('playSong', { song: song });