Conversation
ignore-downstream Co-authored-by: 181aff <181aff@gmail.com> Co-authored-by: Dani Talens <databio@gmail.com> Co-authored-by: Fixer <ygj59783@zslsz.com> Co-authored-by: Gauthier Poulain <poulain.gauthier16@gmail.com> Co-authored-by: GkhnGRBZ <gkhn.gurbuz@hotmail.com> Co-authored-by: Havok Dan <havokdan@yahoo.com.br> Co-authored-by: Lizandra Candido da Silva <lizandra.c.s@gmail.com> Co-authored-by: Mariusz <wisniowy@g.pl> Co-authored-by: Mateusz Lesiak <mateusz.lesiak01@gmail.com> Co-authored-by: Michaela K. <michaela.kunclova@gmail.com> Co-authored-by: NanderTGA <nander.roobaert@gmail.com> Co-authored-by: Oskari Lavinto <olavinto@protonmail.com> Co-authored-by: Picklessesssesseeeseeeses <matt.knight1118@gmail.com> Co-authored-by: Psychotrickser <Merih1998@googlemail.com> Co-authored-by: Weblate <noreply-mt-weblate@weblate.org> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: Xanardi <xax@pc.707.to> Co-authored-by: fordas <fordas15@gmail.com> Co-authored-by: guilmeusv-star <guilmeusv@gmail.com> Co-authored-by: misa1515 <salka.milan@gmail.com> Co-authored-by: ugyes <ferenc.bodi@live.com> Translate-URL: https://translate.servarr.com/projects/servarr/radarr/ Translate-URL: https://translate.servarr.com/projects/servarr/radarr/bg/ Translate-URL: https://translate.servarr.com/projects/servarr/radarr/ca/ Translate-URL: https://translate.servarr.com/projects/servarr/radarr/cs/ Translate-URL: https://translate.servarr.com/projects/servarr/radarr/de/ Translate-URL: https://translate.servarr.com/projects/servarr/radarr/el/ Translate-URL: https://translate.servarr.com/projects/servarr/radarr/es/ Translate-URL: https://translate.servarr.com/projects/servarr/radarr/fi/ Translate-URL: https://translate.servarr.com/projects/servarr/radarr/fr/ Translate-URL: https://translate.servarr.com/projects/servarr/radarr/he/ Translate-URL: https://translate.servarr.com/projects/servarr/radarr/hu/ Translate-URL: https://translate.servarr.com/projects/servarr/radarr/it/ Translate-URL: https://translate.servarr.com/projects/servarr/radarr/ja/ Translate-URL: https://translate.servarr.com/projects/servarr/radarr/ko/ Translate-URL: https://translate.servarr.com/projects/servarr/radarr/nl/ Translate-URL: https://translate.servarr.com/projects/servarr/radarr/pl/ Translate-URL: https://translate.servarr.com/projects/servarr/radarr/pt/ Translate-URL: https://translate.servarr.com/projects/servarr/radarr/pt_BR/ Translate-URL: https://translate.servarr.com/projects/servarr/radarr/ro/ Translate-URL: https://translate.servarr.com/projects/servarr/radarr/ru/ Translate-URL: https://translate.servarr.com/projects/servarr/radarr/sk/ Translate-URL: https://translate.servarr.com/projects/servarr/radarr/tr/ Translate-URL: https://translate.servarr.com/projects/servarr/radarr/uk/ Translate-URL: https://translate.servarr.com/projects/servarr/radarr/zh_CN/ Translate-URL: https://translate.servarr.com/projects/servarr/radarr/zh_TW/ Translation: Servarr/Radarr
(cherry picked from commit ad661cc76cf097295f88652a4e04258f8e8b0b86)
Trakt returns orphaned watchlist entries (movie deleted from Trakt's DB) with all external ids, including tmdb, set to null. TraktMovieIdsResource.Tmdb was a non-nullable int, so deserializing such an entry threw a JsonException and aborted the entire sync/test. Make Tmdb nullable and coalesce to 0 in the Trakt parsers, matching the existing convention where downstream import list processing already filters out TmdbId == 0 entries instead of crashing. Fixes Radarr#11519 Update src/NzbDrone.Core.Test/ImportListTests/Trakt/TraktParserFixture.cs Co-authored-by: Bogdan <mynameisbogdan@users.noreply.github.com> Update src/NzbDrone.Core.Test/ImportListTests/Trakt/TraktParserFixture.cs Co-authored-by: Bogdan <mynameisbogdan@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.