Make TMDb and TVmaze lookup optional

This commit is contained in:
JonnyWong16 2017-10-01 12:04:29 -07:00
parent d207d4a508
commit 3c04b04b98
4 changed files with 43 additions and 24 deletions

View file

@ -754,7 +754,7 @@
<div role="tabpanel" class="tab-pane" id="tabs-notifications">
<div class="padded-header">
<h3>Global Notification Settings</h3>
<h3>3rd Party APIs</h3>
</div>
<div class="checkbox">
@ -775,6 +775,18 @@
You can register a new application <a href="${anon_url('https://api.imgur.com/oauth2/addclient')}" target="_blank">here</a>.<br />
</div>
</div>
<div class="checkbox">
<label>
<input type="checkbox" name="themoviedb_lookup" id="themoviedb_lookup" value="1" ${config['themoviedb_lookup']}> Lookup TheMovieDB Links
</label>
<p class="help-block">Enable to lookup links to TheMovieDB for movies and TV shows when available.</p>
</div>
<div class="checkbox">
<label>
<input type="checkbox" name="tvmaze_lookup" id="tvmaze_lookup" value="1" ${config['tvmaze_lookup']}> Lookup TVmaze Links
</label>
<p class="help-block">Enable to lookup links to TVmaze for TV shows when available.</p>
</div>
<div class="padded-header">
<h3>Current Activity Notifications</h3>