Fix reversed column names on user history table.

This commit is contained in:
Tim 2015-08-29 00:59:51 +02:00
commit 8138c27242

View file

@ -168,8 +168,8 @@ from plexpy import helpers
<th align='left' id="delete">Delete</th>
<th align='left' id="time">Time</th>
<th align='left' id="friendly_name">User</th>
<th align='left' id="platform">Platform</th>
<th align='left' id="ip_address">IP Address</th>
<th align='left' id="platform">Platform</th>
<th align='left' id="title">Title</th>
<th align='left' id="started">Started</th>
<th align='left' id="paused_counter">Paused</th>