mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
Merge pull request #1511 from clinton-hall/hotfix/sourcecleaner
Hotfix/sourcecleaner
This commit is contained in:
commit
0f1595d29c
5 changed files with 5 additions and 5 deletions
|
@ -52,7 +52,7 @@ from core.utils import (
|
|||
resume_torrent, remove_dir, remove_read_only, sanitize_name, update_download_info_status,
|
||||
)
|
||||
|
||||
__version__ = '12.0.3'
|
||||
__version__ = '12.0.4'
|
||||
|
||||
# Client Agents
|
||||
NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual']
|
||||
|
|
|
@ -81,7 +81,7 @@ class CheckVersion(object):
|
|||
def update(self):
|
||||
if self.updater.need_update():
|
||||
result = self.updater.update()
|
||||
cleanup.clean('core', 'libs')
|
||||
cleanup.clean(cleanup.FOLDER_STRUCTURE)
|
||||
return result
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue