Add 'Recursive' Feature Flag for Server and Client #998
LordAndradus
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Whenever I go to view anything the
Recursiveoption is always enabled no matter how many times I turn it off and I don't see a feature flag toggle in the settings to disable it. So, I have had to resort to a hacky method to turn it off by default for the WebGUI only, I am trying to figure it out for Android and AndroidTV.Here is the snippet I use with Nginx:
It's not elegant, but it works.
Basic Example
Add a feature flag for clients (Example: through localStorage or SharedPreferences) and the server to turn it off
Drawbacks
Requires coordination between the Fladder client and the Jellyfin server API. A server-side flag would need upstream changes in Jellyfin itself, which increases the scope beyond Fladder alone. If only Fladder implements the client-side flag, other clients won't benefit.
Unresolved questions
No response
Implementation
Beta Was this translation helpful? Give feedback.
All reactions