diff --git a/couchpotato/core/plugins/movie/static/list.js b/couchpotato/core/plugins/movie/static/list.js index 68396def..720b8ae0 100644 --- a/couchpotato/core/plugins/movie/static/list.js +++ b/couchpotato/core/plugins/movie/static/list.js @@ -114,7 +114,7 @@ var MovieList = new Class({ ).inject(self.el, 'top'); // All - self.letters['all'] = new Element('li.letter_all.active', { + self.letters['all'] = new Element('li.letter_all.available.active', { 'text': 'ALL', }).inject(self.alpha);