mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 05:25:10 +00:00
Fix tests for storing last search time for albums
This commit is contained in:
parent
d8066ec172
commit
6ae99acea7
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ public override void UseDbFieldsFrom(Album other)
|
||||||
Monitored = other.Monitored;
|
Monitored = other.Monitored;
|
||||||
AnyReleaseOk = other.AnyReleaseOk;
|
AnyReleaseOk = other.AnyReleaseOk;
|
||||||
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