Skip to content

Commit

Permalink
feat(images): added logos
Browse files Browse the repository at this point in the history
  • Loading branch information
agmbk authored and jdrouet committed Jul 18, 2023
1 parent ad47ef8 commit 689b08c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/movie/images.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ pub struct MovieImagesResult {
pub id: u64,
pub backdrops: Vec<Image>,
pub posters: Vec<Image>,
pub logos: Vec<Image>,
}

impl crate::prelude::Command for MovieImages {
Expand Down

0 comments on commit 689b08c

Please sign in to comment.