Browse Source

Fix releases missing from Snatched&Available

Fixes #1958
pull/2340/head
mano3m 12 years ago
parent
commit
6d2889f88d
  1. 2
      couchpotato/static/scripts/page/home.js

2
couchpotato/static/scripts/page/home.js

@ -52,7 +52,7 @@ Page.Home = new Class({
})
),
'filter': {
'release_status': 'snatched,available'
'release_status': 'snatched,seeding,missing,available,downloaded'
},
'limit': null,
'onLoaded': function(){

Loading…
Cancel
Save