mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
Merge pull request #1468 from clinton-hall/feature/version
Feature/version
This commit is contained in:
commit
806e64d78f
6 changed files with 130 additions and 2 deletions
|
@ -52,6 +52,8 @@ from core.utils import (
|
|||
resume_torrent, remove_dir, remove_read_only, sanitize_name, update_download_info_status,
|
||||
)
|
||||
|
||||
__version__ = '11.8.0'
|
||||
|
||||
# Client Agents
|
||||
NZB_CLIENTS = ['sabnzbd', 'nzbget', 'manual']
|
||||
TORRENT_CLIENTS = ['transmission', 'deluge', 'utorrent', 'rtorrent', 'qbittorrent', 'other', 'manual']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue