Fix tests for storing last search time for albums

pull/4546/head
Bogdan 3 months ago
parent d8066ec172
commit 6ae99acea7

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

Loading…
Cancel
Save