diff options
| author | Andreas Oberritter <obi@saftware.de> | 2008-11-20 00:43:27 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@saftware.de> | 2008-11-20 00:43:27 +0100 |
| commit | a4215a0c375de7d1c0482ca796d20cbb54ac105f (patch) | |
| tree | 81d0e24f13a3d4c982de3c7f3886f49916a302c7 /lib/python/Plugins/Extensions/PicturePlayer/plugin.py | |
| parent | 9dbdf3dcf3fd2da5d19a93774180e0dcae85c671 (diff) | |
| parent | 5474861f9be0b88428d490b45625d1a65575c020 (diff) | |
| download | enigma2-a4215a0c375de7d1c0482ca796d20cbb54ac105f.tar.gz enigma2-a4215a0c375de7d1c0482ca796d20cbb54ac105f.zip | |
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python/Plugins/Extensions/PicturePlayer/plugin.py')
| -rw-r--r-- | lib/python/Plugins/Extensions/PicturePlayer/plugin.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/python/Plugins/Extensions/PicturePlayer/plugin.py b/lib/python/Plugins/Extensions/PicturePlayer/plugin.py index e9da3e2f..05adb633 100644 --- a/lib/python/Plugins/Extensions/PicturePlayer/plugin.py +++ b/lib/python/Plugins/Extensions/PicturePlayer/plugin.py @@ -452,6 +452,11 @@ class Pic_Full_View(Screen): self.filelist.append(path + x[0][0]) else: self.dirlistcount += 1 + elif len(filelist[0]) == 2: #scanlist + if x[0][1] == False: + self.filelist.append(x[0][0]) + else: + self.dirlistcount += 1 else: # thumbnaillist self.filelist.append(x[T_FULL]) |
