Skip to content

Quick media list filter does not work on the top of TuneIn service #376

Description

@mkulesh

For Premium version and Denon only. For Onkyo works as desired.

The problem is that the filter functionality is blocked by downloadFinished check in the MediaListView:

if (!applyFilter && ms.downloadCtrl.downloadFinished)
{
  _processLayerInfo(ms, dataItems);
}

From any reason, the total number of items on the of TuneIn service is zero and the check

bool get downloadFinished
=> _total == _downloaded;

in MediaDownloadCtrl fails.

How to reproduce

  • Connect to Denon
  • Select HEOS input channel
  • Open TuneIn service
  • Press "Quick Filter" button
  • Try to enter some symbols
    Expected behavior: input is possible, filter works
    Observed behavior: input is not possible, no filter applied

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions