diff options
Diffstat (limited to 'lib/WWW/FairViewer/Videos.pm')
-rw-r--r-- | lib/WWW/FairViewer/Videos.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/WWW/FairViewer/Videos.pm b/lib/WWW/FairViewer/Videos.pm index b29d1f7..da6af0b 100644 --- a/lib/WWW/FairViewer/Videos.pm +++ b/lib/WWW/FairViewer/Videos.pm @@ -225,6 +225,7 @@ sub video_details { } @{$video->{thumbnail}{thumbnails}} ], + liveNow => $video->{isLiveContent}, description => $video->{shortDescription}, lengthSeconds => $video->{lengthSeconds}, |