8fuhst / MafiAStarLite

GNU General Public License v3.0
2 stars 0 forks source link

[Bug] Pages that return exactly 12 results (or multiples) show "Load more" Button #24

Open 8fuhst opened 1 year ago

8fuhst commented 1 year ago

Expected Behavior

When a search term returns exactly 12 (or a multiple of 12) results, the "Load more" Button is disabled/hidden.

Actual Behavior

When a search term returns exactly 12 (or a multiple of 12) results, the "Load more" Button is enabled. When pressed it loads the same 12 songs again.

Where to fix

Make a more sophisticated check than just checking if the response contains exactly 12 songs in src/SiteContent.vue.