Jump to content

Customizing "Suggestions" Tab of TV Library


Invader115
Go to solution Solved by rechigo,

Recommended Posts

Invader115

This functionality probably doesn't exist, so this will probably go down as more of a feature request than anything, but here goes: under the "Suggestions" tab of a TV library, there are two sections: "Latest Episodes" and "Next Up".

 

What I'd like to do is hide the "Latest Episodes" section and make the whole page only be "Next Up". There really doesn't seem to be anywhere to make this change, so I don't expect I can actually be helped here, but I figured I would post nonetheless.

 

Also, this affects more than just the web app, but this seemed the most generalized place to post this. Thanks in advance, even if there's nothing I can do right now.

Edited by Invader115
Link to comment
Share on other sites

  • Solution
rechigo

No, but you can use custom CSS

div.latestSection.verticalSection {
    display: none;
}
  • Like 1
Link to comment
Share on other sites

Invader115

 

No, but you can use custom CSS

div.latestSection.verticalSection {
    display: none;
}

Wow, that's a whole element of the web app I'd never thought about. Thanks for that, I'll dig into it later.

 

EDIT: Loading that CSS into my web app was incredibly easy. This is a feature I'll probably use a LOT in the future.

Edited by Invader115
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...