|
@@ -412,6 +412,8 @@ NSURL * MKRUrlWithString(NSString *string){
|
|
|
}
|
|
|
_currentStatus.totalTime = self.totalTime;
|
|
|
_currentStatus.currentTime = self.currentTime;
|
|
|
+ _currentStatus.totalDuration = self.totalTime;
|
|
|
+ _currentStatus.currentDuration = self.currentTime;
|
|
|
_currentStatus.isPlaying = [self isPlaying];
|
|
|
_currentStatus.playState = (MKRResourcePlayState)self.state;
|
|
|
return _currentStatus;
|