Announce link

main
Bob Mottram 2021-05-08 14:21:02 +01:00
parent bba25d8417
commit 9f83477dde
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ def _getAnnounceIconHtml(isAnnounced: bool,
announceTitle = translate['Undo the repeat'] announceTitle = translate['Undo the repeat']
if announceJsonObject: if announceJsonObject:
unannounceLinkStr = '?unannounce=' + \ unannounceLinkStr = '?unannounce=' + \
announceJsonObject['object']['id'] announceJsonObject['id']
announceLinkStr = '?' + \ announceLinkStr = '?' + \
announceLink + '=' + postJsonObject['object']['id'] + pageNumberParam announceLink + '=' + postJsonObject['object']['id'] + pageNumberParam