|
@@ -37,8 +37,6 @@ static inline void wd_playControl_queue(void (^block)(void)){
|
|
|
|
|
|
@property (nonatomic, strong) NSHashTable *listeners;
|
|
@property (nonatomic, strong) NSHashTable *listeners;
|
|
|
|
|
|
-@property (nonatomic, strong) id <MKRRadioResorce> currentResource;
|
|
|
|
-
|
|
|
|
@end
|
|
@end
|
|
|
|
|
|
@implementation MKRWIFIDeviceManager
|
|
@implementation MKRWIFIDeviceManager
|
|
@@ -442,9 +440,6 @@ static inline void wd_playControl_queue(void (^block)(void)){
|
|
device:(id<MKRUPnPDevice>)device
|
|
device:(id<MKRUPnPDevice>)device
|
|
timeStamp:(NSTimeInterval)timeStamp{
|
|
timeStamp:(NSTimeInterval)timeStamp{
|
|
wd_playControl_queue(^{
|
|
wd_playControl_queue(^{
|
|
- if (firstPlayingSong && firstPlayingSong.songID) {
|
|
|
|
- [self setAVTransportURIWithSong:firstPlayingSong device:device];
|
|
|
|
- }
|
|
|
|
NSString *playFlag = [NSString stringWithFormat:@"%zd",channelNO];
|
|
NSString *playFlag = [NSString stringWithFormat:@"%zd",channelNO];
|
|
[self _playPlayFlag:playFlag device:device timeStamp:timeStamp];
|
|
[self _playPlayFlag:playFlag device:device timeStamp:timeStamp];
|
|
});
|
|
});
|