dyreschlock / schlock-website

Personal Website code to be run locally or generate a static website hosted through github pages.
http://theschlock.com/
0 stars 0 forks source link

Playstation Games : Display Multi-Disc Games as a Single Entry #107

Closed dyreschlock closed 2 months ago

dyreschlock commented 3 months ago

Games with multiple discs don't share the same the IDs. Each disc ends up having its own ID and a unique entry in the database.

Currently the count and displays are showing everything buy entries, but for games with multiple discs, these should be truncated. For example, Final Fantasy 9 should not count as 4 games, nor display 4 times.

dyreschlock commented 2 months ago

All multi-disc games are being shown as single entries now