Remove id ending from announce

main
Bob Mottram 2021-05-08 14:24:04 +01:00
parent 9f83477dde
commit fdc683d005
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['id'] removeIdEnding(announceJsonObject['id'])
announceLinkStr = '?' + \ announceLinkStr = '?' + \
announceLink + '=' + postJsonObject['object']['id'] + pageNumberParam announceLink + '=' + postJsonObject['object']['id'] + pageNumberParam