The player is playing!

This commit is contained in:
Gregory Eremin
2012-09-02 02:03:19 +04:00
parent 43422624f1
commit 9f770892f8
29 changed files with 422 additions and 57 deletions
@@ -9,6 +9,6 @@ class BeatHaven.Views.ArtistShow extends Backbone.View
for album_info in @model.get("artist_albums")
for track_info in album_info.album_tracks
track = new BeatHaven.Models.Track(track_info.meta)
BeatHaven.player.tracks.push(track)
BeatHaven.Player.tracks.push(track)
$(@el).html(@template.render(@model.toJSON()))
this