diff --git a/data/interfaces/default/history.html b/data/interfaces/default/history.html index e27b024b..4dde71ad 100644 --- a/data/interfaces/default/history.html +++ b/data/interfaces/default/history.html @@ -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']