Skip to content

Commit

Permalink
godot
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Aug 15, 2023
1 parent 3c5a708 commit 8943ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radarr/releaseprofile.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
// Define Base Path for Release Profile calls.
const bpReleaseProfile = APIver + "/releaseProfile"

// ReleaseProfile defines a release profile's data from Radarr. v4 only
// ReleaseProfile defines a release profile's data from Radarr. v4 only.
type ReleaseProfile struct {
Name string `json:"name"`
Enabled bool `json:"enabled"`
Expand Down

0 comments on commit 8943ae7

Please sign in to comment.