Browse Source

Add trailer to manage section. close #572

pull/584/head
Ruud 13 years ago
parent
commit
973c4c26c5
  1. 1
      couchpotato/static/scripts/page/wanted.js

1
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,

Loading…
Cancel
Save