mirror of
https://github.com/Readarr/Readarr
synced 2026-05-09 05:21:41 +02:00
Fix tests for storing last search time for books
This commit is contained in:
parent
3327ed0f49
commit
c77d820763
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ public override void UseDbFieldsFrom(Book other)
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue