Skip to content

Commit

Permalink
Updated controller to send photo token to the TwentyThree API
Browse files Browse the repository at this point in the history
Fixes #2
  • Loading branch information
abjerner committed Aug 26, 2023
1 parent 34c6db7 commit e2c281b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,8 @@ private object GetVideo(TwentyThreeCredentials credentials, TwentyThreeVideoOpti

// Get information about the video from the TwentyThree API
TwentyThreePhotoListResponse response = http.Photos.GetList(new TwentyThreeGetPhotosOptions {
PhotoId = options.VideoId
PhotoId = options.VideoId,
Token = options.Token
});

// Get the first video of the response (if any)
Expand Down

0 comments on commit e2c281b

Please sign in to comment.