Fix tests for storing last search time for albums

This commit is contained in:
Bogdan 2024-02-05 22:36:53 +02:00
commit 6ae99acea7

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;
}