Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Artwork ++
  • Loading branch information
dannygreg committed Mar 1, 2012
1 parent ef2ba1e commit 934ebb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/PlaybackController.m
Expand Up @@ -73,6 +73,7 @@ - (void)loadTrack
[ui.endSlider setNumberOfTickMarks:(int)self.track.duration.timeValue / self.track.duration.timeScale];
ui.trackTitle.stringValue = self.track.title;
ui.trackSubtitle.stringValue = [NSString stringWithFormat:@"%@ / %@", self.track.albumName, self.track.artist];
[ui layoutCoverArtWithIdentifier:[self.track.imageDataURI absoluteString]];

// Start the timer loop.
[NSTimer scheduledTimerWithTimeInterval:0.1 target:self selector:@selector(checkTime:) userInfo:nil repeats:YES];
Expand Down

0 comments on commit 934ebb9

Please sign in to comment.