mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 03:28:28 -07:00
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:
parent
7a72496c78
commit
1286c40f82
17 changed files with 1314 additions and 221 deletions
7
src/Ombi.Schedule/JobDataKeys.cs
Normal file
7
src/Ombi.Schedule/JobDataKeys.cs
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace Ombi.Schedule
|
||||
{
|
||||
public class JobDataKeys
|
||||
{
|
||||
public const string RecentlyAddedSearch = "recentlyAddedSearch";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue