Hopefully provide a fix now for #2998

Theory is that the refresh metadata was using stale data and then overriding the availbility that just happened on that media item.
This commit is contained in:
tidusjar 2019-10-16 21:41:17 +01:00
parent 7a72496c78
commit 1286c40f82
17 changed files with 1314 additions and 221 deletions

View file

@ -0,0 +1,7 @@
namespace Ombi.Schedule
{
public class JobDataKeys
{
public const string RecentlyAddedSearch = "recentlyAddedSearch";
}
}