Include preferred size in quality definition reset

This commit is contained in:
Michon van Dooren 2023-07-29 14:42:15 +02:00
parent 560779cc1e
commit 3c483bce9f
No known key found for this signature in database
GPG Key ID: 82178414DDD24E44
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ namespace NzbDrone.Core.Qualities
existing.MinSize = definition.MinSize;
existing.MaxSize = definition.MaxSize;
existing.PreferredSize = definition.PreferredSize;
existing.Title = message.ResetTitles ? definition.Title : existing.Title;
updateList.Add(existing);