diff options
Diffstat (limited to 'rpc.php')
-rw-r--r-- | rpc.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -121,6 +121,10 @@ class PHPFSPOT_RPC { case 'get_next_slideshow_img': print $fspot->getNextSlideShowImage(); break; + + case 'get_prev_slideshow_img': + print $fspot->getPrevSlideShowImage(); + break; } |