Fix history table sorting by play duration

This commit is contained in:
JonnyWong16 2023-04-13 15:17:22 -07:00
commit b0921b5f4a
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
7 changed files with 9 additions and 8 deletions

View file

@ -248,7 +248,7 @@ DOCUMENTATION :: END
<th align="left" id="started">Started</th>
<th align="left" id="paused_counter">Paused</th>
<th align="left" id="stopped">Stopped</th>
<th align="left" id="duration">Duration</th>
<th align="left" id="play_duration">Duration</th>
<th align="left" id="percent_complete"></th>
</tr>
</thead>