|
@@ -508,6 +508,9 @@ static inline void wd_playControl_queue(void (^block)(void)){
|
|
|
_currentResource = [[MKRRadioResorce alloc] init];
|
|
|
_currentResource.songName = @"猫王妙播";
|
|
|
_currentResource.songArtist = @"Keep radio on!";
|
|
|
+ if (!_currentResource.resourceStatus) {
|
|
|
+ _currentResource.resourceStatus = [[MKRPlayResourceStatus alloc] init];
|
|
|
+ }
|
|
|
}
|
|
|
return _currentResource;
|
|
|
}
|