diff --git a/zen/new_file_in_astroport.sh b/zen/new_file_in_astroport.sh index ef6d00f..7b5ba67 100755 --- a/zen/new_file_in_astroport.sh +++ b/zen/new_file_in_astroport.sh @@ -417,11 +417,11 @@ MIME=$(file --mime-type "$HOME/astroport/${TYPE}/${REFERENCE}/${file}" | cut -d if [[ $(echo "$MIME" | grep 'video') ]]; then TEXT="

"${TITLE}"

" MIME="txt/html" - TAGS="${CAT}" + TAGS="${CAT} astroport" CANON='' else TEXT='' - TAGS='$:/isAttachment $:/isIpfs '${CAT} + TAGS='$:/isAttachment $:/isIpfs astroport '${CAT} CANON="/ipfs/"${IPFSID} fi