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

Add a "date added" column to the movie list #302

Closed Jalle19 closed 5 years ago

Jalle19 commented 5 years ago

This allows us to sort by date added, which is the only way to get all movies in recently added order, since the recently added movies API doesn't allow fetching more than X latest movies.

Closes #296