For the complete documentation index, see llms.txt. This page is also available as Markdown.

Change Track Origin Code

@param originCode Track origin string code.
 @param token Target track token.
 @param callback Completion handler with empty response.
- (void)changeTrackOrigin:(NSString *)originCode
            forTrackToken:(NSString *)token
               completion:(RPAPIEntryCallback)callback;

Last updated