We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d871c commit bb869e7Copy full SHA for bb869e7
cmd/plexarr/pvr.go
@@ -40,7 +40,7 @@ func getPvr(name string, cfg config, libraries []plexLibraryItem) (plexarr.Pvr,
40
41
// validate all libraries are series
42
for _, lib := range libraries {
43
- if lib.Type != plexarr.MovieLibrary {
+ if lib.Type != plexarr.TvLibrary {
44
return nil, errors.New("sonarr only supports tv libraries")
45
}
46
0 commit comments