Jump to content

Is there a way to disable the "Played" feature?


Go to solution Solved by Happy2Play,

Recommended Posts

BigGoose62
Posted

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
Posted

Custom CSS can hide the indicator.  Dashboard-Server-Settings-Branding-Custom CSS

 

 

/*Remove Played indicator*/
.playedIndicator {display: none;}
  • Like 3
BigGoose62
Posted

 

Custom CSS can hide the indicator.  Dashboard-Server-Settings-Branding-Custom CSS

/*Remove Played indicator*/
.playedIndicator {display: none;}

Worked perfectly! Thanks

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...