Added translation.
This commit is contained in:
7
tv.sh
7
tv.sh
@@ -131,7 +131,12 @@ function getSchedule {
|
||||
' "$CORRECT_SCHEDULE_FILE")
|
||||
|
||||
echo "Closest Item:"
|
||||
echo "$closest_item"
|
||||
printf "Title: "
|
||||
echo "$closest_item" | jq -r '.title'
|
||||
printf "Starting time: "
|
||||
echo "$closest_item" | jq -r '.start_date'
|
||||
printf "Plot: "
|
||||
echo "$closest_item" | jq -r '.desc'
|
||||
exit 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user