diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2008-12-03 18:03:16 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2008-12-03 18:03:16 +0100 |
| commit | f578712203706b4c07c5d12180709c0df1284a59 (patch) | |
| tree | 769ae38c02b498b0e29f9012178fbb2fa35166c7 /lib/python | |
| parent | 191d68c0c07505af44f15a62fd59ac4216211e89 (diff) | |
| parent | c2bbed774d6e5c51b4af23a60a95aca74aa5d4e9 (diff) | |
| download | enigma2-f578712203706b4c07c5d12180709c0df1284a59.tar.gz enigma2-f578712203706b4c07c5d12180709c0df1284a59.zip | |
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/Extensions/MediaPlayer/plugin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Plugins/Extensions/MediaPlayer/plugin.py b/lib/python/Plugins/Extensions/MediaPlayer/plugin.py index 3d1889b9..c25af780 100644 --- a/lib/python/Plugins/Extensions/MediaPlayer/plugin.py +++ b/lib/python/Plugins/Extensions/MediaPlayer/plugin.py @@ -44,6 +44,7 @@ class MediaPixmap(Pixmap): def applySkin(self, desktop, screen): from Tools.LoadPixmap import LoadPixmap + noCoverFile = None if self.skinAttributes is not None: for (attrib, value) in self.skinAttributes: if attrib == "pixmap": |
