mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-27 20:44:47 +02:00
formatting
This commit is contained in:
@@ -3,7 +3,6 @@ using Newtonsoft.Json.Linq;
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
using System.Linq;
|
|
||||||
using System.Net;
|
using System.Net;
|
||||||
using System.Net.Http;
|
using System.Net.Http;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
@@ -39,7 +38,8 @@ namespace Jackett.Indexers
|
|||||||
|
|
||||||
public bool IsConfigured
|
public bool IsConfigured
|
||||||
{
|
{
|
||||||
get; private set;
|
get;
|
||||||
|
private set;
|
||||||
}
|
}
|
||||||
|
|
||||||
CookieContainer cookies;
|
CookieContainer cookies;
|
||||||
|
Reference in New Issue
Block a user