This commit is contained in:
angelblue05 2015-05-04 19:11:05 -05:00
parent 1acfd78cdf
commit 7a135b71fa
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<setting id="deviceName" type="text" label="30016" default="Kodi" />
<setting type="sep" />
<setting id="accessToken" type="text" visible="false" default="" />
<setting label="[COLOR yellow]Reset login attempts[/COLOR]" type="action" visible="!eq(-1,'') + !eq(-9,)" enable="true" action="RunPlugin(plugin://plugin.video.emby?mode=resetauth)" option="close" />
<setting label="[COLOR yellow]Reset login attempts[/COLOR]" type="action" visible="eq(-1,) + !eq(-9,)" enable="true" action="RunPlugin(plugin://plugin.video.emby?mode=resetauth)" option="close" />
</category>
<category label="Sync Options">
<!-- <setting id="syncMovieBoxSets" type="bool" label="30238" default="true" visible="true" enable="true" /> -->