0
다음 코드 여기에 내가 알고 싶은Cocoalibspotify (Spotify IOS)에 콜렉션 옵션이 있습니까?
[[SPSession sharedSession] playlistForURL:playList.spotifyURL callback:^(SPPlaylist *playlist) {
[SPAsyncLoading waitUntilLoaded:playlist timeout:kSPAsyncLoadingDefaultTimeout then:^(NSArray *loadedItems, NSArray *notLoadedItems) {
[playlist addItem:self.currentTrack atIndex:0 callback:^(NSError *error) {
NSLog(@"error %@",error);
[hud hide:YES];
}];
}];
}];
"모음"또는 Rdio와 같은 "내 컬렉션"에 대한 모든 옵션이에서 재생 목록에 트랙을 추가 할 수 있습니까? 내 컬렉션에 트랙을 몇 개 추가하고 싶습니다. 제발 도와주세요