Browse Source

Treat seeding as "done"

pull/3465/head
Ruud 11 years ago
parent
commit
9dd9f850c6
  1. 2
      couchpotato/static/scripts/page/home.js

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

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

Loading…
Cancel
Save