1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

try to fix stream stopping

This commit is contained in:
Luke Pulverenti 2016-08-09 01:10:29 -04:00
parent e5525cd630
commit 9d8820cd93
2 changed files with 8 additions and 41 deletions

View file

@ -163,7 +163,7 @@
html += '<div class="cardFooter">';
html += '<div class="cardText">' + user.Name + '</div>';
html += '<div class="cardText">';
html += '<div class="cardText cardText-secondary">';
var lastSeen = LoginPage.getLastSeenText(user.LastActivityDate);
if (lastSeen != "") {
html += lastSeen;