diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-19 21:47:42 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-19 21:47:42 -0300 |
commit | 12dd1e947c99c94e0672bf5567a3064bdfa8da30 (patch) | |
tree | 87bfeede5db918bf95efa2f7f2fc2c34af56bd42 /content/config/qbittorrent.md | |
parent | a1aaae602ef3dfd997fe4be47c5d3c91fbcf0e7e (diff) |
Fixed typos on the entire page
Diffstat (limited to 'content/config/qbittorrent.md')
-rw-r--r-- | content/config/qbittorrent.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/config/qbittorrent.md b/content/config/qbittorrent.md index a2dd71e..699093e 100644 --- a/content/config/qbittorrent.md +++ b/content/config/qbittorrent.md @@ -35,7 +35,7 @@ Your local IP country is North Korea Your IPs are different. qBittorrent is working as expected! ✅ ``` -If your VPN is working fine, move onwards to the [Initial configuration](#initial-configuration). +If your VPN is working fine, move onward to the [Initial configuration](#initial-configuration). If the check fails (or you haven't configured the VPN), you'll see a message like this: @@ -69,7 +69,7 @@ After logging in, you'll see the empty qBittorrent window. Here, you have to cli [![qbittorrent-2](/pics/qbittorrent-2.png)](/pics/qbittorrent-2.png) -You'll notice qBitorrent has A TON of settings you can change. First, go to the "BitTorrent" tab, check the "When ratio reaches" checkbox and set it to 0 +You'll notice qBitorrent has A TON of settings you can change. First, go to the "BitTorrent" tab, check the "When ratio reaches" checkbox, and set it to 0 ### Is this a dick move? @@ -77,11 +77,11 @@ Yes. In case you don't know, the BitTorrent protocol works by sharing (seeding) files across the network. By setting the seeding limit to zero, we are basically saying "Share the torrent **until** I've finished downloading." You'll still share the file across the network while downloading, but when the file completes, the torrent will automatically stop and wait for [Sonarr](/config/sonarr)/[Radarr](/config/radarr) to pick up the file. -For the purposes of this tutorial we'll leave it at 0, but if you want you can change it later to a less dickish setting. +For the purposes of this tutorial, we'll leave it at 0, but if you want you can change it later to a less dickish setting. [![qbittorrent-3](/pics/qbittorrent-3.png)](/pics/qbittorrent-3.png) -Then, we'll continue to the "Web UI" tab. There, we can set it so it won't ask for a password if we are accesing it from the same subnet. This is not required, but recommended. +Then, we'll continue to the "Web UI" tab. There, we can set it so it won't ask for a password if we are accessing it from the same subnet. This is not required but recommended. [![qbittorreft-4](/pics/qbittorrent-4.png)](/pics/qbittorrent-4.png) |