Radarr icon indicating copy to clipboard operation
Radarr copied to clipboard

fix: Notifications always include imdb link.

Open danimart1991 opened this issue 5 months ago • 1 comments

Database Migration

NO

Description

IMDB link is included in the Notifications message always. Notification provider configuration is ignored. This PR removes the default link, only must be added if active in each Notification Provider.

Screenshot

Telegram Example with IMDB disabled: image

image

Todos

  • [-] Tests
  • [-] Translation Keys (./src/NzbDrone.Core/Localization/Core/en.json)
  • [-] Wiki Updates

Issues Fixed or Closed by this PR

  • Fixes #XXXX

danimart1991 avatar Aug 26 '25 13:08 danimart1991

  • this traces back to https://github.com/Radarr/Radarr/pull/1531
  • fixing this for all global notifications doesn't seem right.
  • All other notifications would need to be tested and verified for no negative impact

bakerboy448 avatar Sep 23 '25 21:09 bakerboy448