BigGoose62 71 Posted February 13, 2016 Posted February 13, 2016 I'm looking for a way to disable the "played" feature, so that I don't see those green checkmarks when browsing through my movies. Either disabling the tracking of what is played, or just hiding the checkmarks would work. Thanks!
Solution Happy2Play 9783 Posted February 13, 2016 Solution Posted February 13, 2016 Custom CSS can hide the indicator. Dashboard-Server-Settings-Branding-Custom CSS /*Remove Played indicator*/ .playedIndicator {display: none;} 3
BigGoose62 71 Posted February 13, 2016 Author Posted February 13, 2016 Custom CSS can hide the indicator. Dashboard-Server-Settings-Branding-Custom CSS /*Remove Played indicator*/ .playedIndicator {display: none;} Worked perfectly! Thanks
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now