fix(network): Added filtering for full seasons specifically in the UI when performing a manual full season search and added a message to the CLI that noes to only try to download a full season if that release includes 'fullSeason: true'
This commit is contained in:
@@ -5221,8 +5221,8 @@ mod test {
|
||||
QualityWrapper { quality: quality() }
|
||||
}
|
||||
|
||||
fn release() -> Release {
|
||||
Release {
|
||||
fn release() -> RadarrRelease {
|
||||
RadarrRelease {
|
||||
guid: "1234".to_owned(),
|
||||
protocol: "torrent".to_owned(),
|
||||
age: 1,
|
||||
|
||||
Reference in New Issue
Block a user