Skip to content

Commit

Permalink
fix: radarr port
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleTryon committed May 28, 2023
1 parent a9da15c commit 0e254c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/services/radarr/radarr.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type RadarrOptions struct {

// Return default values for service
func (s *Radarr) Default() services.ServiceInterface {
http := 8989
http := 7878

p := &Radarr{
Service: services.Service{
Expand Down

0 comments on commit 0e254c3

Please sign in to comment.