mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-13 06:57:05 +03:00
add addUserAsTempVIP
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user