fix whitespacing

This commit is contained in:
Denis Lehmann 2021-06-12 22:58:05 +02:00
parent fe99fb8266
commit b3b8156d37

4
strm
View file

@ -217,7 +217,7 @@ if [ "$list" == false ] && [ "$playback_directory" != "" ] && [ "$tidy" == fals
ssh -o ConnectTimeout=10 "$connection_string" "mkdir -p $directory" ssh -o ConnectTimeout=10 "$connection_string" "mkdir -p $directory"
rsync_directory="$connection_string:$directory" rsync_directory="$connection_string:$directory"
# Synchronize remote to local # Synchronize remote to local
rsync -az --delete "$rsync_directory" "$HOME/.cache/strm/" rsync -az --delete "$rsync_directory" "$HOME/.cache/strm/"
fi fi
@ -333,7 +333,7 @@ if [ "$list" == false ]; then
echo "or=$or" >> "$HOME/.cache/strm/strm_later" echo "or=$or" >> "$HOME/.cache/strm/strm_later"
echo "shuffle=$shuffle" >> "$HOME/.cache/strm/strm_later" echo "shuffle=$shuffle" >> "$HOME/.cache/strm/strm_later"
fi fi
# Print controls # Print controls
if [ "$is_remote_call" == true ]; then if [ "$is_remote_call" == true ]; then
print_remote_controls print_remote_controls