Add content_type=combined URL parameter and FORCE_COMBINED_SEARCH user setting - #1
Merged
Merged
Conversation
content_type=combined URL parameter and FORCE_COMBINED_SEARCH user setting
spin-drift
added a commit
that referenced
this pull request
Jun 14, 2026
Port: Pulsarr watchlist database and API (issue #1)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds support for
content_type=combinedin URL search parameters, letting users force combined-mode searches via a bookmarkable link rather than relying on the last-used preference from localStorage.The override is applied only in Universal mode and only when combined mode is actually available (universal enabled,
show_combined_selectoron, neither content type blocked by policy). Otherwise, it's silently ignored, consistent with howcontent_type=ebook/audiobookalready behave outside Universal.Existing
content_type=ebook/audiobookURLs now also force combined mode off, so the URL is authoritative regardless of prior preference.Also adds a per-user
FORCE_COMBINED_SEARCHsetting that locks combined mode on whenever it's available.URL
content_type=ebook/audiobookoverrides are also superseded by force-combined for the same reason: the search bar wouldn't let users switch back, so honoring the URL param would leave them in a state they couldn't escape from.