Needed to do some small fixes for new request response from plex. Look in plexSearch.py for TODO

This commit is contained in:
2017-02-10 01:34:30 +01:00
parent d4f1dc5b9a
commit d5b28a3bd0
12 changed files with 64 additions and 46 deletions

View File

@@ -8,13 +8,10 @@
<input type='text' id='link_id'>
<input type='button' id='btnSearch' value='Search' onClick="search(this)"'>
<div class="onoffswitch">
<input type="checkbox" name="onoffswitch" class="onoffswitch-checkbox" id="myonoffswitch" value="movies" onClick="toggle(this)" checked>
<label class="onoffswitch-label" for="myonoffswitch">
<span class="onoffswitch-inner"></span>
<span class="onoffswitch-switch"></span>
</label>
</div>
<label class="switch">
<input type="checkbox">
<div class="slider square"></div>
</label>
<p id="display"></p>
</body>