Skip to content

Commit

Permalink
[Sonarr/Radarr] Remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaka committed Mar 20, 2024
1 parent dc15253 commit 0ea8ef9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package com.github.schaka.janitorr.servarr.radarr.movie

data class Quality(
val id: Int,
val modifier: String,
val name: String,
val resolution: Int,
val source: String
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package com.github.schaka.janitorr.servarr.radarr.movie

data class QualityWrapper(
val quality: Quality,
val quality: Quality?,
)

0 comments on commit 0ea8ef9

Please sign in to comment.