Cocoalibspotify(Spotify IOS)中是否有任何收藏选项?

时间:2014-01-07 05:42:43

标签: ios xcode spotify cocoalibspotify-2.0 libspotify

我可以通过以下代码将曲目添加到播放列表中

[[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];
            }];
        }];
    }];

在这里我想知道有没有像“集合”这样的“集合”或“我的集合”的选项?我想在我的收藏中添加一些曲目..请帮助我

1 个答案:

答案 0 :(得分:1)

不幸的是,现在不行,没有。