Jump to content

Can't remove tuner device


Marv

Recommended Posts

Hi,

 

I just setup my first HDhomerun box and can't see any possibility to remove it from the tuner list.

Am I just blind or how does this work?  :P

 

Using v3.2.20

Link to comment
Share on other sites

Sorry I'm stupid.

 

I forgot that I added these lines to my settings to prevent other users from deleting collections for example.

That's why I wasn't able to see any delete button  :rolleyes:

 

 

button[data-id=removefromcollection]  {
    display: none;
}
button[data-id=addtocollection]  {
    display: none;
}
button[data-id=groupvideos]  {
    display: none;
}
button[data-id=delete]  {
    display: none;
}
button.btnNewCollection {
    display: none;
}
Link to comment
Share on other sites

mastrmind11

Thanks. Maybe we should just not do custom css anymore.

No one uses except those who are familiar with it.  It was an oversight on his part that he figured out on his own.  No reason to remove it.

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