Jalle19 / xbmc-video-server

Web interface for streaming or downloading media from a Kodi/XBMC library
GNU General Public License v3.0
192 stars 39 forks source link

Don't blindly call makeSortable() on the data provider, only do it where it makes sense #303

Closed Jalle19 closed 5 years ago

Jalle19 commented 5 years ago

This way we can change the default sort order for the recently added page.

Fixes #296. @amilino can you test this? It should fix the default order of the recently added movies page while still allowing it to be sorted.

alanmilinovic commented 5 years ago

Tested, all working fine.