Browse Source

Allow type option in listing

pull/3080/head
Ruud 11 years ago
parent
commit
eba36b6d57
  1. 2
      couchpotato/core/media/movie/_base/static/list.js

2
couchpotato/core/media/movie/_base/static/list.js

@ -552,7 +552,7 @@ var MovieList = new Class({
Api.request(self.options.api_call || 'media.list', {
'data': Object.merge({
'type': 'movie',
'type': self.options.type || 'movie',
'status': self.options.status,
'limit_offset': self.options.limit ? self.options.limit + ',' + self.offset : null
}, self.filter),

Loading…
Cancel
Save