Fix tests for storing last search time for albums

This commit is contained in:
Bogdan 2024-02-05 22:36:53 +02:00
parent d8066ec172
commit 6ae99acea7
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ namespace NzbDrone.Core.Music
Monitored = other.Monitored;
AnyReleaseOk = other.AnyReleaseOk;
LastInfoSync = other.LastInfoSync;
LastSearchTime = other.LastSearchTime;
Added = other.Added;
AddOptions = other.AddOptions;
}