diff options
| author | Felix Domke <felix.domke@multimedia-labs.de> | 2009-08-27 11:38:23 +0200 |
|---|---|---|
| committer | Felix Domke <felix.domke@multimedia-labs.de> | 2009-08-27 11:38:23 +0200 |
| commit | 8595b3d7a8a2b93d55dda268d9ee0c50640461b0 (patch) | |
| tree | a02b091747b4de7487c3f758cf30f5667c1f9613 /lib/python/Plugins/Extensions/MediaPlayer/plugin.py | |
| parent | 3087c136c3cac8ef5d1a94438d95256118a68dc9 (diff) | |
| parent | f0bbb29e80fbcd60f43b44bae7919e943626279a (diff) | |
| download | enigma2-8595b3d7a8a2b93d55dda268d9ee0c50640461b0.tar.gz enigma2-8595b3d7a8a2b93d55dda268d9ee0c50640461b0.zip | |
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python/Plugins/Extensions/MediaPlayer/plugin.py')
| -rw-r--r-- | lib/python/Plugins/Extensions/MediaPlayer/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/MediaPlayer/plugin.py b/lib/python/Plugins/Extensions/MediaPlayer/plugin.py index 3f2f4de2..c535e1b1 100644 --- a/lib/python/Plugins/Extensions/MediaPlayer/plugin.py +++ b/lib/python/Plugins/Extensions/MediaPlayer/plugin.py @@ -212,7 +212,7 @@ class MediaPlayer(Screen, InfoBarBase, InfoBarSeek, InfoBarAudioSelection, InfoB self.isAudioCD = False self.AudioCD_albuminfo = {} self.cdAudioTrackFiles = [] - self.applySettings() + self.onShown.append(self.applySettings) self.playlistIOInternal = PlaylistIOInternal() list = self.playlistIOInternal.open(resolveFilename(SCOPE_CONFIG, "playlist.e2pls")) |
