mirror of
https://github.com/kiranshila/Doplarr.git
synced 2026-08-01 09:48:37 -04:00
Dangling print
This commit is contained in:
@@ -69,7 +69,6 @@
|
||||
profiles (->> (a/<! (((profiles-fn @backend) request-type)))
|
||||
(into []))
|
||||
selection (a/<! (((process-selection-fn @backend) request-type) (nth results selection-id)))]
|
||||
(println (:seasons selection))
|
||||
(case request-type
|
||||
:series (if (> (count (:seasons selection)) (case @backend :overseerr 1 :direct 2))
|
||||
(case @backend
|
||||
|
||||
Reference in New Issue
Block a user