Skip to content
Snippets Groups Projects
Commit e15430dd authored by Stefan Cruz's avatar Stefan Cruz
Browse files

feat: implement getChannelTemplateByClaimMap

parent 82417d90
No related branches found
No related tags found
No related merge requests found
......@@ -487,6 +487,16 @@ source.getUserPlaylists = (): string[] => {
}
source.getChannelTemplateByClaimMap = () => {
return {
//Dailymotion claim type
27: {
0: BASE_URL + "/{{CLAIMVALUE}}",
}
};
};
function getPlaylistsByUsername(userName, headers, usePlatformAuth = false): string[] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment