mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
fixed nzbclub size parsing. Http timeout reduced from 100 to 20 seconds
This commit is contained in:
parent
10cc388600
commit
5dc7e03b8d
8 changed files with 94 additions and 79 deletions
|
@ -19,10 +19,10 @@ define([
|
|||
|
||||
columns: [
|
||||
{
|
||||
name : 'age',
|
||||
label : 'Age',
|
||||
name : 'indexer',
|
||||
label : 'Indexer',
|
||||
sortable: true,
|
||||
cell : Backgrid.IntegerCell
|
||||
cell : Backgrid.StringCell
|
||||
},
|
||||
{
|
||||
name : 'size',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue