Phalcode / gamevault-app

Frontend for the self-hosted gaming platform for drm-free games
https://gamevau.lt
Other
304 stars 14 forks source link

Error when sorting by recently_added - Descending #214

Closed Alfagun74 closed 1 year ago

Alfagun74 commented 1 year ago

Describe the bug When i try to sort my games by "recently added" and then by descending i get the following error:

The Problematic Line:

"release_date": null,

I think its because release_date is now nullable due to https://github.com/Phalcode/gamevault-backend/issues/180.

Please make it nullable in the Client aswell

To Reproduce Steps to reproduce the behavior:

  1. Go to Library
  2. Sort by Recently Added DESC

Expected behavior Should show newest games

Screenshots image

Desktop (please complete the following information):

Yelo420 commented 1 year ago

Release Date is now nullable in the Client aswell