mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-15 01:15:05 +00:00
Fix remove incorrectly displayed NZBGet tip.
This commit is contained in:
parent
48d9cf5888
commit
7e37d2d5ac
2 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
|||
### 3.27.8 (2023-02-20 23:30:00 UTC)
|
||||
### 3.27.9 (2023-02-27 01:10:00 UTC)
|
||||
|
||||
* Fix remove incorrectly displayed NZBGet tip
|
||||
|
||||
|
||||
### 3.27.8 (2023-02-20 23:30:00 UTC)
|
||||
|
||||
* Update UnRar x64 for Windows 6.20 to 6.21
|
||||
|
||||
|
|
|
@ -364,7 +364,7 @@
|
|||
<span class="component-desc" style="margin:0;width:100%">
|
||||
<div class="clear-left"><p><span class="grey-text"><span class="red-text">Important!</span> To set up NZBGet to communicate with SickGear, follow the guide <a href="https://github.com/SickGear/SickGear/wiki/Install-SickGear-%5B80%5D-Extras">here</a></span></p></div>
|
||||
</span>
|
||||
#if not $sickgear.NZBGET_SKIP_PM
|
||||
#if $sickgear.NZBGET_SKIP_PM
|
||||
<span class="component-desc" style="margin:0;width:100%">
|
||||
<div class="clear-left"><p><span class="grey-text"><span class="red-text">Important!</span> NZBGet script calls will not process media. Set</span> nzbget_skip_process_media = 0 <span class="grey-text">in <code>config.ini</code> for full process</span></p></div>
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue