Skip to content

[3.4.x] AlbumModel: Remove the search call on the album tracks

Felix Paul Kühne requested to merge fkuehne/vlc-ios:bp-986 into 3.4.x

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)

Merge request reports