mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
minor spelling error fix
parent
579d314b3f
commit
9147be64fc
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ sleep 20
|
|||
write-output """$plexscanner"" --analyze-deeply --item $itemid" | add-content $logfile
|
||||
```
|
||||
#### Reverse Symlinking ####
|
||||
When using private trackers, it is imperitive to continue seeding. By using this script `on Download` and `on Upgrade` moves the media to your root movie folder as set in Radarr, and will create a symlink in the original download location so you can continue to seed.
|
||||
When using private trackers, it is imperative to continue seeding. By using this script `on Download` and `on Upgrade` moves the media to your root movie folder as set in Radarr, and will create a symlink in the original download location so you can continue to seed.
|
||||
|
||||
Symlinking is preferable over hardlinking in most cases as the root movie folder can be on a seperate drive or nfs mount, where hardlinks are impossible.
|
||||
|
||||
|
|
Loading…
Reference in a new issue