Merge branch 'main' into dev

# Conflicts:
#	CHANGES.md
This commit is contained in:
JackDandy 2023-02-27 01:20:55 +00:00
commit 357ee7a1ee
2 changed files with 6 additions and 1 deletions

View file

@ -6,6 +6,11 @@
* Change codebase cleanups * Change codebase cleanups
### 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) ### 3.27.8 (2023-02-20 23:30:00 UTC)
* Update UnRar x64 for Windows 6.20 to 6.21 * Update UnRar x64 for Windows 6.20 to 6.21

View file

@ -364,7 +364,7 @@
<span class="component-desc" style="margin:0;width:100%"> <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> <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> </span>
#if not $sickgear.NZBGET_SKIP_PM #if $sickgear.NZBGET_SKIP_PM
<span class="component-desc" style="margin:0;width:100%"> <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> <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> </span>