Skip to content

Commit

Permalink
Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaka committed Mar 5, 2024
1 parent 0a8a482 commit 8299f1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class SonarrService(

val applicationProperties: ApplicationProperties,

var upgradesAllowed: Boolean = false
var upgradesAllowed: Boolean = false,

var keepTag: Tag = Tag(Integer.MIN_VALUE, "Not_Set")

Expand Down

0 comments on commit 8299f1a

Please sign in to comment.