From 9dd9f850c6a27498e3c18a48107bf28584cd3bc4 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 14 Jun 2014 18:59:52 +0200 Subject: [PATCH] Treat seeding as "done" --- couchpotato/static/scripts/page/home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/static/scripts/page/home.js b/couchpotato/static/scripts/page/home.js index 7cde7d2a..aff8fbb3 100644 --- a/couchpotato/static/scripts/page/home.js +++ b/couchpotato/static/scripts/page/home.js @@ -54,7 +54,7 @@ Page.Home = new Class({ }) ), 'filter': { - 'release_status': 'snatched,seeding,missing,available,downloaded' + 'release_status': 'snatched,missing,available,downloaded' }, 'limit': null, 'onLoaded': function(){