[MovieSelection] "Default sort order" hotbutton doesn't work

Issue #564 resolved
prl created an issue

If a MovieSelecton hot button is set to "Default sort order" and activated, the sort order remains unchanged.

Replication steps

Long-BLUE is set as the "Default sort order" hot button by default. These replication steps assume the default.

In the media selection list (MEDIA from live TV), set the sort order to any order other than the default "Recordings by date, other media by name". The most reliable way to this is from the media selection list MENU>Settings.

When the sort order has been set, use long-BLUE to reset it to the default. The sort setting doesn't change.

Comments (3)

  1. Peter Urbanec

    Fix bug #564: [MovieSelection] "Default sort order" hotbutton doesn't work

    [MovieSelection]

    In do_sortdefault(), set config.movielist.moviesort.value from config.movielist.moviesort.default instead of using config.movielist.moviesort.load(), which sets the value to the saved value rather than the default.

    → <<cset 32ad9f0793ab>>

  2. Log in to comment