Skip to content

Commit

Permalink
Smallest change to Radarr Quality Profile ID to shake it lose
Browse files Browse the repository at this point in the history
For some reason it's wasn't created with previous schema changes
  • Loading branch information
lokenx committed Jun 11, 2017
1 parent dd6c2b0 commit ea2c74b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/collections/collections.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ var settings = new SimpleSchema ({
},
radarrQUALITYPROFILEID: {
type: Number,
label: "Download quality profile",
label: "Download quality profile for Radarr",
defaultValue: 1,
optional: true
},
Expand Down Expand Up @@ -464,9 +464,9 @@ var settings = new SimpleSchema ({
},

/**
* IFTTT
* IFTTT
*/

iftttENABLED: {
type: Boolean,
label: "Enable IFTTT Maker",
Expand Down

0 comments on commit ea2c74b

Please sign in to comment.