add addUserAsTempVIP

This commit is contained in:
Michael C
2021-12-31 04:26:37 -05:00
parent 9ae16ea9b6
commit a1d28fbfe1
10 changed files with 277 additions and 4 deletions

View File

@@ -47,6 +47,15 @@ export class YouTubeApiMock {
]
} as APIVideoData
};
} else if (obj.id === "channelid-convert") {
return {
err: null,
data: {
title: "Video Lookup Title",
author: "ChannelAuthor",
authorId: "ChannelID"
} as APIVideoData
};
} else {
return {
err: null,