mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 02:18:54 -07:00
lowercase html links
This commit is contained in:
parent
7bc1da5e7d
commit
b0d1fc8674
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user