diff --git a/pleroma-cli.sh b/pleroma-cli.sh index c176e5f..79c9a9a 100755 --- a/pleroma-cli.sh +++ b/pleroma-cli.sh @@ -370,7 +370,7 @@ statuses_view_menu() case "$menustatuses" in "Back") sub_menu_lvl=1 ;; "Prev") - indexator=$(expr $max_statuses - 1) + indexator=$(expr $(echo $json | jj \#) - 1) echo '#EXTM3U' > attachments.m3u8 clear offset=$(echo $json | jj $indexator.id) @@ -452,7 +452,7 @@ timeline_menu() menu=$(echo 'Prev\nNext\nReply\nShare\nFavorite\nShare and favorite\nThread\nMain menu' | fzy) case $menu in "Prev") - indexator=$(expr $max_statuses - 1) + indexator=$(expr $(echo $json | jj \#) - 1) echo '#EXTM3U' > attachments.m3u8 clear offset=$(echo $json | jj $indexator.id)