Smallf ix to ExampleAppMac app

This commit is contained in:
Thong Nguyen 2014-11-08 20:56:55 +00:00
parent 162d964372
commit 269f335ee4
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
CGFloat meterWidth = 0; CGFloat meterWidth = 0;
if (audioPlayer.duration != 0) if (audioPlayer.currentlyPlayingQueueItemId != nil)
{ {
slider.minValue = 0; slider.minValue = 0;
slider.maxValue = audioPlayer.duration; slider.maxValue = audioPlayer.duration;