Skip to content

Commit

Permalink
* remove obsolete update main view call because it
Browse files Browse the repository at this point in the history
  is now handled by event
  • Loading branch information
JayGray committed Jul 29, 2014
1 parent 3e90c8b commit 768072c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/js/components/lib_core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
Expand Down

0 comments on commit 768072c

Please sign in to comment.