Make TMDb and TVmaze lookup optional
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user