From 0a5a71cb287703565a51899e1ce824ddba417aeb Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Mon, 8 Jul 2024 14:06:51 -0700 Subject: [PATCH] more comment updates --- radarr/movieeditor.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/radarr/movieeditor.go b/radarr/movieeditor.go index 92faab7..c733309 100644 --- a/radarr/movieeditor.go +++ b/radarr/movieeditor.go @@ -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"`