summaryrefslogtreecommitdiff
path: root/podcast
diff options
context:
space:
mode:
authorNabil Hanna <ali@users.schwerkraft.elitedvb.net>2009-11-10 10:04:30 (GMT)
committerNabil Hanna <ali@users.schwerkraft.elitedvb.net>2009-11-10 10:04:30 (GMT)
commitec1f39b89beff3cdfc036a7f70902bccdc42d17a (patch)
tree6f31acc5e13200a20395bafe8ffea720bfb6029f /podcast
parentf69d7806bb182f339273274bd1d4f08b97af3e2d (diff)
use skin of MoviePlayer
Diffstat (limited to 'podcast')
-rw-r--r--podcast/src/plugin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/podcast/src/plugin.py b/podcast/src/plugin.py
index 1b629d4..374f036 100644
--- a/podcast/src/plugin.py
+++ b/podcast/src/plugin.py
@@ -47,6 +47,7 @@ language.addCallback(localeInit)
class ChangedMoviePlayer(MoviePlayer):
def __init__(self, session, service):
MoviePlayer.__init__(self, session, service)
+ self.skinName = "MoviePlayer"
def leavePlayer(self):
self.session.openWithCallback(self.leavePlayerConfirmed, MessageBox, _("Stop playing this movie?"))