Add "items" text

This commit is contained in:
Jonathan Wong 2015-08-29 13:15:29 -07:00
commit 0245668907
2 changed files with 11 additions and 0 deletions

View file

@ -42,17 +42,20 @@ DOCUMENTATION :: END
</div>
<div class="home-platforms-instance-playcount">
<h3>${library['rows']['count']}</h3>
<p> items</p>
</div>
% if library['type'] == 'show':
<div class="home-platforms-instance-name2">
<h5>${library['rows']['episode_count_type']}</h5>
<h3>${library['rows']['episode_count']}</h3>
<p> items</p>
</div>
% endif
% if library['type'] == 'artist':
<div class="home-platforms-instance-name2">
<h5>${library['rows']['album_count_type']}</h5>
<h3>${library['rows']['album_count']}</h3>
<p> items</p>
</div>
% endif
</div>