Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caching is too aggressive, causing things to break on updates until cache is cleared. #261

Closed
oddstr13 opened this issue Apr 20, 2019 · 1 comment
Labels
enhancement Improve existing functionality or small fixes

Comments

@oddstr13
Copy link
Member

oddstr13 commented Apr 20, 2019

Use the version string as part of asset URLs to avoid caching issues when updating Jellyfin.

Example: style.css?v=10.3.0 - the v= doesn't need any special handling on the server side, except making sure the server doesn't treat it as a part of the file name.

The sole purpose is to force the client to download new assets when the server has updated, to avoid a half-broken interface.

The above is already implemented, but does not seem to fix the issue completely.

See #260

@oddstr13 oddstr13 added the enhancement Improve existing functionality or small fixes label Apr 20, 2019
@oddstr13 oddstr13 changed the title Add Jellyfin version as part of the url when requesting assets Caching is too aggressive, causing things to break on updates until cache is cleared. Apr 21, 2019
@jellyfin-bot
Copy link
Collaborator

We are moving all feature and enhancement requests to our new Fider platform here. This new platform lets people vote on and better manage such requests.
This request now lives here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve existing functionality or small fixes
Projects
None yet
Development

No branches or pull requests

2 participants