From 973c4c26c5796e11376c67e76e20610c0ec31c5f Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 13 Jul 2012 22:40:45 +0200 Subject: [PATCH] Add trailer to manage section. close #572 --- couchpotato/static/scripts/page/wanted.js | 1 + 1 file changed, 1 insertion(+) diff --git a/couchpotato/static/scripts/page/wanted.js b/couchpotato/static/scripts/page/wanted.js index 6c918cea..5f2dcf7e 100644 --- a/couchpotato/static/scripts/page/wanted.js +++ b/couchpotato/static/scripts/page/wanted.js @@ -244,6 +244,7 @@ window.addEvent('domready', function(){ MovieActions.Done = { 'IMDB': IMDBAction ,'Edit': MovieActions.Wanted.Edit + ,'Trailer': TrailerAction ,'Files': new Class({ Extends: MovieAction,