mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-27 11:57:31 +00:00
Fix tests for storing last search time for books
This commit is contained in:
@@ -91,6 +91,7 @@ namespace NzbDrone.Core.Books
|
|||||||
Monitored = other.Monitored;
|
Monitored = other.Monitored;
|
||||||
AnyEditionOk = other.AnyEditionOk;
|
AnyEditionOk = other.AnyEditionOk;
|
||||||
LastInfoSync = other.LastInfoSync;
|
LastInfoSync = other.LastInfoSync;
|
||||||
|
LastSearchTime = other.LastSearchTime;
|
||||||
Added = other.Added;
|
Added = other.Added;
|
||||||
AddOptions = other.AddOptions;
|
AddOptions = other.AddOptions;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user