Rename column header to "Total Played Duration"

This commit is contained in:
JonnyWong16 2017-09-30 23:42:12 -07:00
commit a6fd7b581f
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@
<th align="left" id="last_accessed">Last Accessed</th>
<th align="left" id="last_played">Last Played</th>
<th align="left" id="total_plays">Total Plays</th>
<th align="left" id="total_duration">Total Duration</th>
<th align="left" id="total_duration">Total Played Duration</th>
</tr>
</thead>
<tbody>

View file

@ -40,7 +40,7 @@
<th align="left" id="last_player">Last Player</th>
<th align="left" id="last_played">Last Played</th>
<th align="left" id="total_plays">Total Plays</th>
<th align="left" id="total_duration">Total Duration</th>
<th align="left" id="total_duration">Total Played Duration</th>
</tr>
</thead>
<tbody>