Skip to content

v1.0.3-elf.3 — preset endpoint genre fix

Choose a tag to compare

@funkypenguin funkypenguin released this 26 May 23:53
5cb6e50

Fork-only patch on top of upstream v1.0.3.

What changed

Bug Fixes

  • Preset endpoint (/p/...) was rendering literal "Genre: Unknown" for any title that hadn't been rating-cached by a paid /poster call. The preset path deliberately never calls MDBlist (so anonymous traffic can't burn the operator's quota), and its standalone genre-resolution block had no fallback when cached rating data was absent. Now derives the genre label from TMDB's genre_ids — same logic /poster has used since elf.1. (#28)

Relationship to upstream

The /p/ preset endpoint is fork-only — upstream UmbraProjects/PostersPlus has no equivalent route, so this bug and fix are not applicable there.