diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2008-01-19 11:21:32 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2008-01-19 11:21:32 +0100 |
commit | b013f4ce83f2787c3d855716a1e81746c227df6f (patch) | |
tree | 2624e269e2a6551170879c0ca12f3c53a130cdd8 /PLUGINS/src/pictures/player.c | |
parent | dc0665ebf3c7c814f080e28dbd3b5b6b68c3b56e (diff) | |
download | vdr-b013f4ce83f2787c3d855716a1e81746c227df6f.tar.gz vdr-b013f4ce83f2787c3d855716a1e81746c227df6f.tar.bz2 |
Fixed the Play function in the pictures plugin
Diffstat (limited to 'PLUGINS/src/pictures/player.c')
-rw-r--r-- | PLUGINS/src/pictures/player.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/PLUGINS/src/pictures/player.c b/PLUGINS/src/pictures/player.c index 9e07fc53..b942be52 100644 --- a/PLUGINS/src/pictures/player.c +++ b/PLUGINS/src/pictures/player.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: player.c 1.1 2008/01/13 11:29:27 kls Exp $ + * $Id: player.c 1.2 2008/01/19 11:01:58 kls Exp $ */ #include "player.h" @@ -95,6 +95,7 @@ cPictureControl::cPictureControl(cPictureEntry *Pictures, const cPictureEntry *P pictureEntry = PictureEntry; osd = NULL; lastPath = "/"; + slideShowDelay.Set(SlideShowDelay * 1000); slideShow = SlideShow; alwaysDisplayCaption = false; NextPicture(slideShow && pictureEntry->IsDirectory() ? 1 : 0); |