mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-21 02:36:21 -04:00
Fix tests for storing last search time for books
This commit is contained in:
1 parent
3327ed0f49
commit
c77d820763
1 file changed
+1
@@ -91,6 +91,7 @@ public override void UseDbFieldsFrom(Book other)
|
||||
Monitored = other.Monitored;
|
||||
AnyEditionOk = other.AnyEditionOk;
|
||||
LastInfoSync = other.LastInfoSync;
|
||||
LastSearchTime = other.LastSearchTime;
|
||||
Added = other.Added;
|
||||
AddOptions = other.AddOptions;
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user