gphotosuploader / google-photos-api-client-go

Google Photos API client for your Go apps
https://pkg.go.dev/github.com/gphotosuploader/google-photos-api-client-go/v3
MIT License
41 stars 20 forks source link

fix: map missing prop description in toMediaItem #105

Closed timjonischkat closed 1 year ago

timjonischkat commented 1 year ago

What issue type does this pull request address? (keep at least one, remove the others)
/kind bug

What is this pull request for? Which issues does it resolve? (use resolves #<issue_number> if possible)
fixes the missing mapping for MediaItem.Description, leaving all Descriptions empty when retrieving from the API

Does this pull request has user-facing changes? (e.g. config changes, new/modified commands, new/modified flags)
no

Does this pull request add new dependencies?
no

What else do we need to know?

pacoorozco commented 1 year ago

Hi @timjonischkat

I'm very sorry I miss the notification about this PR. I'm going to merge it right now.

I'll add a test later

Thanks a lot for your contribution.