Jump to content

Plugin with no settings page


BillOatman

Recommended Posts

BillOatman

What is the way you create a plugin with no settings page? I tried

        public IEnumerable<PluginPageInfo> GetPages()
        {
            return null;
        }

But hoo boy the emby configuration page was not happy with that solution at all :)

If one is needed or preferred, what is the html that would put up a line of text and that's 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...