video = TW 'G1Cinema' tag (G1Voeu channel)

This commit is contained in:
fred 2022-10-18 15:51:49 +02:00
parent e1d0320b23
commit 2dcee38cd3
1 changed files with 2 additions and 2 deletions

View File

@ -422,11 +422,11 @@ then
if [[ $(echo "$MIME" | grep 'video') ]]; then
TEXT="<video controls><source src='/ipfs/"${IPFSID}"' type='"${MIME}"'></video><h1>"${TITLE}"</h1>"
MIME="text/vnd.tiddlywiki"
TAGS="${CAT} astroport $GENRE ipfs"
TAGS="${CAT} $GENRE IPFS G1Cinema"
CANON=''
else
TEXT='${MEDIAKEY}'
TAGS="'$:/isAttachment $:/isIpfs astroport '${CAT} $GENRE"
TAGS="'$:/isAttachment $:/isIpfs ${CAT} $GENRE"
CANON="/ipfs/"${IPFSID}
fi