aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>2008-08-08 09:33:50 +0000
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>2008-08-08 09:33:50 +0000
commit5a8f4fc7377b54fa6530471b9209064768077e52 (patch)
treeb69391790e895b9386ecce33c4019ff2fdd51836 /lib/python
parent5b0fa071bba3796f28ffed68b680903a94977dd6 (diff)
downloadenigma2-5a8f4fc7377b54fa6530471b9209064768077e52.tar.gz
enigma2-5a8f4fc7377b54fa6530471b9209064768077e52.zip
whitespace bug
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Plugins/Extensions/MediaPlayer/plugin.py2
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: