HawkXP71 116 Posted yesterday at 11:06 PM Posted yesterday at 11:06 PM I would like to change the title of a page based on if "Enable debug logging" is set to anything but no. is there any api to do so?
Solution softworkz 5357 Posted 23 hours ago Solution Posted 23 hours ago 34 minutes ago, HawkXP71 said: I would like to change the title of a page based on if "Enable debug logging" is set to anything but no. is there any api to do so? Emby SDK Reference: BaseApplicationConfiguration.EnableDebugLevelLogging
HawkXP71 116 Posted 40 minutes ago Author Posted 40 minutes ago 22 hours ago, softworkz said: Emby SDK Reference: BaseApplicationConfiguration.EnableDebugLevelLogging Question, I happen to be inside a JS function when I need this. The way that I solved it, is to use var url = ApiClient.getUrl("/emby/System/Configuration"); ApiClient.getJSON(url).then(response => { if (response.EnableDebugLevelLogging) { ....... Is there a better way?
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