annotate slides only in overview
[HTML5TV.git] / lib / HTML5TV / Slides.pm
index 3f3f7cc..5ffba3c 100644 (file)
@@ -28,6 +28,7 @@ sub current_slide {
 sub show {
        my $self = shift;
        my $t = shift;
+       my $length = shift;
        my @subtitles = @_;
 
        my @slide_paths =
@@ -120,6 +121,8 @@ sub show {
 
        }
 
+       
+
        $self->{app}->sync if $self->{app};
 
 }