mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Fixed #277
This commit is contained in:
parent
a1ae37eae4
commit
34e74c74c1
6 changed files with 169 additions and 56 deletions
|
@ -24,7 +24,7 @@
|
|||
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
// ************************************************************************/
|
||||
#endregion
|
||||
namespace PlexRequests.Services
|
||||
namespace PlexRequests.Services.Jobs
|
||||
{
|
||||
public static class JobNames
|
||||
{
|
||||
|
@ -33,5 +33,6 @@ namespace PlexRequests.Services
|
|||
public const string SonarrCacher = "Sonarr Cacher";
|
||||
public const string SrCacher = "SickRage Cacher";
|
||||
public const string PlexChecker = "Plex Availability Cacher";
|
||||
public const string StoreCleanup = "Database Cleanup";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue