From f286dba40abfd67f9f4e96a3de1a858dc88f7ac2 Mon Sep 17 00:00:00 2001 From: Keivan Date: Sat, 24 Dec 2016 11:11:43 -0800 Subject: [PATCH] Rename QBittorent Dir to fix building in *nix --- .../Clients/{QBittorrent_step1 => QBittorrent}/QBittorrent.cs | 0 .../{QBittorrent_step1 => QBittorrent}/QBittorrentPreferences.cs | 0 .../{QBittorrent_step1 => QBittorrent}/QBittorrentPriority.cs | 0 .../{QBittorrent_step1 => QBittorrent}/QBittorrentProxy.cs | 0 .../{QBittorrent_step1 => QBittorrent}/QBittorrentSettings.cs | 0 .../{QBittorrent_step1 => QBittorrent}/QBittorrentTorrent.cs | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename src/NzbDrone.Core/Download/Clients/{QBittorrent_step1 => QBittorrent}/QBittorrent.cs (100%) rename src/NzbDrone.Core/Download/Clients/{QBittorrent_step1 => QBittorrent}/QBittorrentPreferences.cs (100%) rename src/NzbDrone.Core/Download/Clients/{QBittorrent_step1 => QBittorrent}/QBittorrentPriority.cs (100%) rename src/NzbDrone.Core/Download/Clients/{QBittorrent_step1 => QBittorrent}/QBittorrentProxy.cs (100%) rename src/NzbDrone.Core/Download/Clients/{QBittorrent_step1 => QBittorrent}/QBittorrentSettings.cs (100%) rename src/NzbDrone.Core/Download/Clients/{QBittorrent_step1 => QBittorrent}/QBittorrentTorrent.cs (100%) diff --git a/src/NzbDrone.Core/Download/Clients/QBittorrent_step1/QBittorrent.cs b/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrent.cs similarity index 100% rename from src/NzbDrone.Core/Download/Clients/QBittorrent_step1/QBittorrent.cs rename to src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrent.cs diff --git a/src/NzbDrone.Core/Download/Clients/QBittorrent_step1/QBittorrentPreferences.cs b/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentPreferences.cs similarity index 100% rename from src/NzbDrone.Core/Download/Clients/QBittorrent_step1/QBittorrentPreferences.cs rename to src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentPreferences.cs diff --git a/src/NzbDrone.Core/Download/Clients/QBittorrent_step1/QBittorrentPriority.cs b/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentPriority.cs similarity index 100% rename from src/NzbDrone.Core/Download/Clients/QBittorrent_step1/QBittorrentPriority.cs rename to src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentPriority.cs diff --git a/src/NzbDrone.Core/Download/Clients/QBittorrent_step1/QBittorrentProxy.cs b/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentProxy.cs similarity index 100% rename from src/NzbDrone.Core/Download/Clients/QBittorrent_step1/QBittorrentProxy.cs rename to src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentProxy.cs diff --git a/src/NzbDrone.Core/Download/Clients/QBittorrent_step1/QBittorrentSettings.cs b/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentSettings.cs similarity index 100% rename from src/NzbDrone.Core/Download/Clients/QBittorrent_step1/QBittorrentSettings.cs rename to src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentSettings.cs diff --git a/src/NzbDrone.Core/Download/Clients/QBittorrent_step1/QBittorrentTorrent.cs b/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentTorrent.cs similarity index 100% rename from src/NzbDrone.Core/Download/Clients/QBittorrent_step1/QBittorrentTorrent.cs rename to src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentTorrent.cs