amend(youtube): fix list handling
This commit is contained in:
parent
1e73c34288
commit
5521f3de6c
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ yts() {
|
|||
#
|
||||
|
||||
check_shorts() {
|
||||
channels=$TUBE_DEFAULT_USERS
|
||||
channels=("${TUBE_DEFAULT_USERS[@]}")
|
||||
# Loop through each channel and call yts
|
||||
for channel in "${channels[@]}"; do
|
||||
echo "Checking shorts for channel: $channel"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue