Removed references to Plex

This commit is contained in:
tidusjar 2017-02-03 22:51:28 +00:00
commit 94bb1ed824
23 changed files with 1821 additions and 1825 deletions

View file

@ -34,7 +34,7 @@
<label for="select" class="control-label">Theme</label>
<div id="themes">
<select class="form-control form-control-custom" id="select">
<option @plexTheme class="form-control form-control-custom" value="@Themes.PlexTheme">Plex</option>
<option @plexTheme class="form-control form-control-custom" value="@Themes.PlexTheme">Dark</option>
<option @originalTheme class="form-control form-control-custom" value="@Themes.OriginalTheme">Original Blue</option>
</select>
</div>