mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07: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 @@ namespace NzbDrone.Core.Music
|
|||
Monitored = other.Monitored;
|
||||
AnyReleaseOk = other.AnyReleaseOk;
|
||||
LastInfoSync = other.LastInfoSync;
|
||||
LastSearchTime = other.LastSearchTime;
|
||||
Added = other.Added;
|
||||
AddOptions = other.AddOptions;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue