mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
Add version
This commit is contained in:
parent
f19e9790c8
commit
3b0b7baa97
2 changed files with 4 additions and 2 deletions
|
@ -49,6 +49,8 @@ from core.nzbToMediaUtil import (
|
|||
from core.transcoder import transcoder
|
||||
from core.databases import mainDB
|
||||
|
||||
__version__ = '11.7.4'
|
||||
|
||||
# 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