fix travis

This commit is contained in:
2021-05-02 00:05:24 -05:00
parent ad67e8279f
commit 4fd4316e51

2
subs
View File

@@ -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