fix travis
This commit is contained in:
2
subs
2
subs
@@ -134,6 +134,7 @@ get_vids() {
|
|||||||
|
|
||||||
# -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
|
# -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
|
||||||
# Updates the local cache of subscriptions. ([-u] flag)
|
# Updates the local cache of subscriptions. ([-u] flag)
|
||||||
|
# shellcheck disable=2086
|
||||||
# -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
|
# -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
|
||||||
update_subs() {
|
update_subs() {
|
||||||
[ -f "$SUBS_LINKS" ] || die 'Subs links have not been generated.'
|
[ -f "$SUBS_LINKS" ] || die 'Subs links have not been generated.'
|
||||||
@@ -208,6 +209,7 @@ get_sel() {
|
|||||||
else
|
else
|
||||||
# shellcheck disable=2086
|
# shellcheck disable=2086
|
||||||
printf 'playing: %s\n' "$url"
|
printf 'playing: %s\n' "$url"
|
||||||
|
# shellcheck disable=2086
|
||||||
exec mpv $MPV_OPTS "$url"
|
exec mpv $MPV_OPTS "$url"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user