Fix for history page showing nzbs snatched from hp indexer as unknown

This commit is contained in:
rembo10
2015-07-05 12:05:04 -07:00
parent e36440f834
commit 61d3d8ad00

View File

@@ -52,6 +52,8 @@
fileid = 'torrent'
if item['URL'].find('rutracker') != -1:
fileid = 'torrent'
if item['URL'].find('codeshy') != -1:
fileid = 'nzb'
folder = 'Folder: ' + item['FolderName']