amend(youtube): fix list handling

This commit is contained in:
Jan-Ole Hübner 2025-04-13 20:07:53 +02:00
parent 1e73c34288
commit 5521f3de6c

View file

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