0.2.63 update

This commit is contained in:
ponzischeme89
2026-08-14 11:47:32 +12:00
parent 9a8ecbdceb
commit 06b6490ac9
41 changed files with 921 additions and 179 deletions
+2 -2
View File
@@ -88,7 +88,7 @@ func (s *Server) decorateRequests(
)
now := time.Now()
if len(movieIDs) > 0 && s.radarr != nil {
if len(movieIDs) > 0 && s.radarrEnabled(ctx) {
wg.Add(1)
go func() {
defer wg.Done()
@@ -111,7 +111,7 @@ func (s *Server) decorateRequests(
}
}()
}
if len(seriesIDs) > 0 && s.sonarr != nil {
if len(seriesIDs) > 0 && s.sonarrEnabled(ctx) {
wg.Add(1)
go func() {
defer wg.Done()