mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-22 22:23:36 -07:00
Merge 5f43fa34d7
into 71131c699e
This commit is contained in:
commit
75540eeb51
1 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@ available_notification_agents = sorted(notifiers.available_notification_agents()
|
||||||
<p class="help-block">If you have Git installed, allow periodic checks for updates.</p>
|
<p class="help-block">If you have Git installed, allow periodic checks for updates.</p>
|
||||||
</div>
|
</div>
|
||||||
% if plexpy.CURRENT_VERSION:
|
% if plexpy.CURRENT_VERSION:
|
||||||
<p class="help-block">Git hash: ${plexpy.CURRENT_VERSION}</p>
|
<p class="help-block">Git hash: ${plexpy.CURRENT_VERSION}</br>Git branch: ${plexpy.CONFIG.GIT_BRANCH}</p>
|
||||||
% endif
|
% endif
|
||||||
<div class="padded-header">
|
<div class="padded-header">
|
||||||
<h3>Display Settings</h3>
|
<h3>Display Settings</h3>
|
||||||
|
@ -1363,7 +1363,7 @@ available_notification_agents = sorted(notifiers.available_notification_agents()
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><strong>{rating_key}</strong></td>
|
<td><strong>{rating_key}</strong></td>
|
||||||
<td>The unique identifier for the item.</td>
|
<td>The unique identifier for the item (Episode).</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><strong>{parent_rating_key}</strong></td>
|
<td><strong>{parent_rating_key}</strong></td>
|
||||||
|
@ -1830,4 +1830,4 @@ $(document).ready(function() {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</%def>
|
</%def>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue