diff options
| author | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-08-08 09:33:50 +0000 |
|---|---|---|
| committer | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-08-08 09:33:50 +0000 |
| commit | 5a8f4fc7377b54fa6530471b9209064768077e52 (patch) | |
| tree | b69391790e895b9386ecce33c4019ff2fdd51836 /lib/python/Plugins/Extensions/MediaPlayer/plugin.py | |
| parent | 5b0fa071bba3796f28ffed68b680903a94977dd6 (diff) | |
| download | enigma2-5a8f4fc7377b54fa6530471b9209064768077e52.tar.gz enigma2-5a8f4fc7377b54fa6530471b9209064768077e52.zip | |
whitespace bug
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 22fe7c5d..cb20dd22 100644 --- a/lib/python/Plugins/Extensions/MediaPlayer/plugin.py +++ b/lib/python/Plugins/Extensions/MediaPlayer/plugin.py @@ -165,7 +165,7 @@ class MediaPlayer(Screen, InfoBarBase, InfoBarSeek, InfoBarAudioSelection, InfoB self.coverArtFileName = "" self.isAudioCD = False self.AudioCD_albuminfo = {} - + self.playlistIOInternal = PlaylistIOInternal() list = self.playlistIOInternal.open(resolveFilename(SCOPE_CONFIG, "playlist.e2pls")) if list: |
