diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/fair-viewer | 1 | ||||
-rwxr-xr-x | bin/gtk-fair-viewer | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bin/fair-viewer b/bin/fair-viewer index b1a9c4b..8468f28 100755 --- a/bin/fair-viewer +++ b/bin/fair-viewer @@ -3051,6 +3051,7 @@ sub get_streaming_url { captions_dir => $opt{cache_dir}, captions => $captions, languages => $CONFIG{srt_languages}, + yv_obj => $yv_obj, ); $srt_file = $yv_cap->save_caption($video_id); } diff --git a/bin/gtk-fair-viewer b/bin/gtk-fair-viewer index fadbf18..8cd773a 100755 --- a/bin/gtk-fair-viewer +++ b/bin/gtk-fair-viewer @@ -3017,6 +3017,7 @@ sub get_streaming_url { captions_dir => $CONFIG{cache_dir}, captions => $captions, languages => $CONFIG{srt_languages}, + yv_obj => $yv_obj, ); $srt_file = $yv_cap->save_caption($video_id); } |