mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(sonarr.ts, mediarequest.ts): add missing seasonFolder option (#358)
This commit is contained in:
@@ -335,6 +335,7 @@ export class MediaRequest {
|
||||
title: series.name,
|
||||
tvdbid: series.external_ids.tvdb_id,
|
||||
seasons: this.seasons.map((season) => season.seasonNumber),
|
||||
seasonFolder: sonarrSettings.enableSeasonFolders,
|
||||
monitored: true,
|
||||
searchNow: true,
|
||||
});
|
||||
|
Reference in New Issue
Block a user