Fix tests for storing last search time for books

This commit is contained in:
Bogdan
2024-02-17 23:46:49 +02:00
parent 3327ed0f49
commit c77d820763

View File

@@ -91,6 +91,7 @@ namespace NzbDrone.Core.Books
Monitored = other.Monitored;
AnyEditionOk = other.AnyEditionOk;
LastInfoSync = other.LastInfoSync;
LastSearchTime = other.LastSearchTime;
Added = other.Added;
AddOptions = other.AddOptions;
}