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

[FEATURE] Turn off switch for season tv show request #563

Closed
Magikarplvl4 opened this issue Oct 3, 2016 · 2 comments
Closed

[FEATURE] Turn off switch for season tv show request #563

Magikarplvl4 opened this issue Oct 3, 2016 · 2 comments

Comments

@Magikarplvl4
Copy link
Contributor

Magikarplvl4 commented Oct 3, 2016

I like to turn of the ability to request a season request or/both episode request
Can you make a option in the admin panel to turn off the dropdown menu so you have the same request button like by the movies?

Reason: i like to have full tv shows on my plex not a part of a tv show :P

@ProtoJazz
Copy link
Contributor

Seems like a neat next step for my next project. Ill give it a shot sometime this week

@tidusjar
Copy link
Member

tidusjar commented Oct 4, 2016

Nice!

There is some C# involved in this one, requires a new checkbox on the settings (Includes adding a new property into that settings class) and then pass down that settings into the UI (Handlebars)

You don't have to worry about the database schema or anything like that, all of the settings are stored into the database as JSON so you shouldn't need to worry about any of that (I've not needed to modify that code since I wrote it!).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants