mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-22 06:13:22 -07:00
Add Missing Import
This commit is contained in:
parent
8b7bf65c15
commit
cf75947ab6
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
using Ombi.Helpers;
|
using Ombi.Helpers;
|
||||||
using Quartz;
|
using Quartz;
|
||||||
|
using System;
|
||||||
|
|
||||||
namespace Ombi.Settings.Settings.Models
|
namespace Ombi.Settings.Settings.Models
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue