Skip to content

Commit 0e254c3

Browse files
KyleTryonKyleTryon
authored andcommitted
fix: radarr port
1 parent a9da15c commit 0e254c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/services/radarr/radarr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type RadarrOptions struct {
2020

2121
// Return default values for service
2222
func (s *Radarr) Default() services.ServiceInterface {
23-
http := 8989
23+
http := 7878
2424

2525
p := &Radarr{
2626
Service: services.Service{

0 commit comments

Comments
 (0)