fix: next page not working

This commit is contained in:
localhost_frssoft 2022-04-14 14:05:47 +03:00
parent c5d64e621e
commit 5e47e1677c
1 changed files with 2 additions and 2 deletions

View File

@ -309,7 +309,7 @@ thread_menu()
timeline_api() timeline_api()
{ {
default_curl_opt "$instance_point/$timeline?limit=$max_statuses&max_id=$1" | tee preload default_curl_opt "$instance_point/$timeline?limit=$max_statuses&max_id=$1&min_id=$2" | tee preload
} }
timeline_menu() timeline_menu()
@ -359,7 +359,7 @@ timeline_menu()
echo '#EXTM3U' > attachments.m3u8 echo '#EXTM3U' > attachments.m3u8
clear clear
offset=$(jj -i preload 0.id) offset=$(jj -i preload 0.id)
json=$(timeline_api $offset) json=$(timeline_api '' $offset)
;; ;;
"Reply") "Reply")
echo 'Input id' echo 'Input id'