new apihandler mechanics to allow asynchronous api calls
document some api nodes with apidoc
This commit is contained in:
@@ -20,7 +20,7 @@ const VideoContainer = (props: Props): JSX.Element => {
|
||||
APINode.Video,
|
||||
{
|
||||
action: 'readThumbnail',
|
||||
movieid: el.MovieId
|
||||
Movieid: el.MovieId
|
||||
},
|
||||
(result) => callback(result)
|
||||
);
|
||||
|
Reference in New Issue
Block a user