index prev page timeline with count max_statuses

This commit is contained in:
localhost_frssoft 2022-04-14 19:42:22 +03:00
parent 828b5ac291
commit 7f44893d7b

View file

@ -366,7 +366,7 @@ timeline_menu()
indexator=$(expr $max_statuses - 1) indexator=$(expr $max_statuses - 1)
echo '#EXTM3U' > attachments.m3u8 echo '#EXTM3U' > attachments.m3u8
clear clear
offset=$(jj -i preload 39.id) offset=$(jj -i preload $indexator.id)
json=$(timeline_api $offset) json=$(timeline_api $offset)
;; ;;
"Next") "Next")