Skip to content

Commit

Permalink
more comment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Jul 8, 2024
1 parent e6be35d commit 0a5a71c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions radarr/movieeditor.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ import (
const bpMovieEditor = bpMovie + "/editor"

// BulkEdit is the input for the bulk movie editor endpoint.
// You may use starr.True(), starr.False(), starr.Int64(), and starr.String() to add data to the struct members.
// Use Availability.Ptr() to add a value to minimum availability, and starr.ApplyTags.Ptr() for apply tags.
// You may use starr.True(), starr.False(), and starr.Ptr() to add data to the pointer members.
type BulkEdit struct {
MovieIDs []int64 `json:"movieIds"`
Monitored *bool `json:"monitored,omitempty"`
Expand Down

0 comments on commit 0a5a71c

Please sign in to comment.