mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-30 19:02:06 +00:00
fixed MonoTorrent namespace
This commit is contained in:
parent
59c28a3fc6
commit
d30eb1b306
4 changed files with 1 additions and 9 deletions
|
@ -1,8 +1,5 @@
|
|||
using System;
|
||||
using System.IO;
|
||||
using System.Collections;
|
||||
using System.Text;
|
||||
using MonoTorrent.Common;
|
||||
using MonoTorrent.Messages;
|
||||
|
||||
namespace MonoTorrent.BEncoding
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using MonoTorrent.Common;
|
||||
using System.Web;
|
||||
|
||||
namespace MonoTorrent
|
||||
{
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
using System;
|
||||
using System.Collections;
|
||||
using System.Text;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading;
|
||||
|
||||
namespace MonoTorrent.Common
|
||||
namespace MonoTorrent
|
||||
{
|
||||
public delegate long Operation<T>(T target);
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
using MonoTorrent.BEncoding;
|
||||
using MonoTorrent.Common;
|
||||
|
||||
namespace MonoTorrent
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue