This commit is contained in:
parent
f42f2d4915
commit
488354bc28
@ -326,7 +326,7 @@ export class Player extends React.Component<myprops, mystate> {
|
|||||||
* fetch the available video actors again
|
* fetch the available video actors again
|
||||||
*/
|
*/
|
||||||
refetchActors(): void {
|
refetchActors(): void {
|
||||||
callAPI<ActorType[]>(APINode.Actor, {action: 'getActorsOfVideo', videoid: this.props.match.params.id}, result => {
|
callAPI<ActorType[]>(APINode.Actor, {action: 'getActorsOfVideo', MovieId: parseInt(this.props.match.params.id)}, result => {
|
||||||
this.setState({actors: result});
|
this.setState({actors: result});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user