[3.4.x] AlbumModel: Remove the search call on the album tracks
The tracks are no longer checked in the Album model.
This check is already performed in the Media model with the album track API and was leading to an infinite loop and therefore the crash of the application.
Closes #1601 (closed), backport of !986 (merged)
(cherry picked from commit 502e772d)