Skip to content

MediaCategoryViewController: Fix selection of searched files

This merge request brings a fix to the selection of searched files when:

  • Searching for video files in the Video tab.
  • Searching for medias when browsing a network share.

The correct data structure is selected in order to create the media list when necessary.

This means that only medias matching with the searched text will be added to the media list when the search controller is active, otherwise every media present in the collection will be added to the media list.

The automaticallyPlayNextItem setting is now also taken into consideration when creating media lists with the search controller being active.

This merge request also brings minor cosmetics changes.

Closes #1451 (closed)

Merge request reports