From 9d726c223271598815eb7805698e4ae4bb1b3d2d Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 29 Aug 2015 23:48:48 +0200 Subject: [PATCH] Don't clear movie element, but inner --- couchpotato/core/media/movie/_base/static/movie.js | 2 +- couchpotato/static/scripts/combined.plugins.min.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/couchpotato/core/media/movie/_base/static/movie.js b/couchpotato/core/media/movie/_base/static/movie.js index f546496..f48deef 100644 --- a/couchpotato/core/media/movie/_base/static/movie.js +++ b/couchpotato/core/media/movie/_base/static/movie.js @@ -174,7 +174,7 @@ var Movie = new Class({ self.actions = []; self.data = notification.data; - self.el.empty(); + self.inner.empty(); self.profile = Quality.getProfile(self.data.profile_id) || {}; self.category = CategoryList.getCategory(self.data.category_id) || {}; diff --git a/couchpotato/static/scripts/combined.plugins.min.js b/couchpotato/static/scripts/combined.plugins.min.js index 269e94a..4b42c52 100644 --- a/couchpotato/static/scripts/combined.plugins.min.js +++ b/couchpotato/static/scripts/combined.plugins.min.js @@ -1847,7 +1847,7 @@ var Movie = new Class({ var self = this; self.actions = []; self.data = notification.data; - self.el.empty(); + self.inner.empty(); self.profile = Quality.getProfile(self.data.profile_id) || {}; self.category = CategoryList.getCategory(self.data.category_id) || {}; self.create();