diff --git a/crowdbunker.sh b/crowdbunker.sh index f6c54d5..a0b49c0 100755 --- a/crowdbunker.sh +++ b/crowdbunker.sh @@ -226,7 +226,7 @@ echo "########################################################################## # Upgrade local history.json with reverse new one if [[ -f ~/.zen/bunkerbox/cache/$VUID/media/history.json ]]; then echo '{ "Videos":' > ~/.zen/bunkerbox/history.json - cat ~/.zen/bunkerbox/cache/$VUID/media/history.json | jq '.[] | reverse' >> ~/.zen/bunkerbox/history.json + cat ~/.zen/bunkerbox/cache/$VUID/media/history.json | jq '.[]' >> ~/.zen/bunkerbox/history.json echo '}' >> ~/.zen/bunkerbox/history.json fi fi