From 6d2889f88d2a9d02da3bba9dce8267c4b3e06c55 Mon Sep 17 00:00:00 2001 From: mano3m Date: Sat, 12 Oct 2013 13:28:44 +0200 Subject: [PATCH] Fix releases missing from Snatched&Available Fixes #1958 --- 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 b93db5bd..9967ff41 100644 --- a/couchpotato/static/scripts/page/home.js +++ b/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(){