Details
-
Bug
-
Resolution: Fixed
-
Major
-
2.0.0-Anniversary Edition Update 1
-
None
Description
<p>When importing movies, the MovieTheMovieDbMatcher did not store al collection matches or no collection matches at all.</p>
<p>This is a combination of two errors:</p>
<ul>
<li>There is a multitasking issue caused by creating two many tasks without waiting for them to finish. As a result, when the ImporterWorker is "too fast", some matches are not saved.</li>
<li>In the method to search movies by TmdbId the code to store the collection matches is missing. Collection matches are only stored when there is no TmdbId available and the search is performed based on the movie name</li>
</ul>
<p>This is a combination of two errors:</p>
<ul>
<li>There is a multitasking issue caused by creating two many tasks without waiting for them to finish. As a result, when the ImporterWorker is "too fast", some matches are not saved.</li>
<li>In the method to search movies by TmdbId the code to store the collection matches is missing. Collection matches are only stored when there is no TmdbId available and the search is performed based on the movie name</li>
</ul>