Hossy
Hossy
I think the problem is the path equals here: https://github.com/Lidarr/Lidarr/blob/d2bd9b48492ee240253f31e4acf6fc4c966d31ec/src/NzbDrone.Core/Notifications/Plex/Server/PlexServerService.cs#L115
Ok, I found the problem... https://github.com/Lidarr/Lidarr/blob/d2bd9b48492ee240253f31e4acf6fc4c966d31ec/src/NzbDrone.Core/Download/FailedDownloadService.cs#L132 Calling `Last()` here actually returns the chronologically first (oldest) history item from the History table. In this particular case, a torrent with this same...
I think coding the fix is a little beyond my capabilities currently 🙂 Plus, it is a little more complex of a fix as there are a few different ways...
@bakerboy448 If you're okay with a "quick fix" of `Last()` -> `First()` I can PR that. I'll also work on seeing if I can trace through the code to see...
Example for indentation is 04 Map disk region event.ps1 where settings are indented inside an if block. Invoke-Settings will now respect and maintain that indentation.