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

Add support for regional, alternate, altdvd orders (Alt implementation) #141

Closed
wants to merge 4 commits into from

Conversation

scampower3
Copy link
Member

@scampower3 scampower3 commented May 16, 2024

Instead of depending on jellyfin-web to have the option, inject the options instead.

Fixes: #49

Comment on lines +47 to +50
catch (Exception e)
{
_logger.LogError(e, "Failed to inject display order options script.");
}

Check notice

Code scanning / CodeQL

Generic catch clause Note

Generic catch clause.
@Shadowghost
Copy link
Contributor

I don't like official plugins injecting JS.

@scampower3
Copy link
Member Author

That's fair. It's not really a supported behaviour anyways. Just wanted to try my hand at doing this anyways. :p

@crobibero crobibero added the blocked This PR is blocked due to a commented reason label Jun 6, 2024
@scampower3 scampower3 closed this Jun 6, 2024
@scampower3 scampower3 deleted the support-alt-order-alt branch June 6, 2024 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked This PR is blocked due to a commented reason
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow using alternate order
3 participants