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