mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 22:08:27 +01:00
update live tv styles
This commit is contained in:
@@ -79,9 +79,12 @@ namespace MediaBrowser.Server.Implementations.Session
|
||||
|
||||
private void ResetPingTimer()
|
||||
{
|
||||
var period = TimeSpan.FromSeconds(60);
|
||||
if (_pingTimer != null)
|
||||
{
|
||||
var period = TimeSpan.FromSeconds(60);
|
||||
|
||||
_pingTimer.Change(period, period);
|
||||
_pingTimer.Change(period, period);
|
||||
}
|
||||
}
|
||||
|
||||
private Task SendMessage(string name, CancellationToken cancellationToken)
|
||||
|
||||
@@ -165,6 +165,8 @@ namespace MediaBrowser.Server.Implementations.Session
|
||||
|
||||
if (disposable != null)
|
||||
{
|
||||
_logger.Debug("Disposing session controller {0}", disposable.GetType().Name);
|
||||
|
||||
try
|
||||
{
|
||||
disposable.Dispose();
|
||||
|
||||
Reference in New Issue
Block a user