lowercase html links

This commit is contained in:
Luke Pulverenti 2013-03-28 20:10:15 -04:00
parent 7bc1da5e7d
commit b0d1fc8674

View file

@ -77,7 +77,7 @@ namespace MediaBrowser.Server.Implementations.Library
/// <value>The active connections.</value>
public IEnumerable<ClientConnectionInfo> RecentConnections
{
get { return AllConnections.Where(c => (DateTime.UtcNow - c.LastActivityDate).TotalMinutes <= 10); }
get { return AllConnections.Where(c => (DateTime.UtcNow - c.LastActivityDate).TotalMinutes <= 5); }
}
/// <summary>