mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-15 12:10:47 +01:00
fixes #795 - Support reading Xbmc nfo's
This commit is contained in:
@@ -80,7 +80,7 @@ namespace MediaBrowser.Dlna.PlayTo
|
||||
_updateTimer = new Timer(updateTimer_Elapsed, null, 60000, 60000);
|
||||
}
|
||||
|
||||
private async void updateTimer_Elapsed(object state)
|
||||
private void updateTimer_Elapsed(object state)
|
||||
{
|
||||
if (DateTime.UtcNow >= _device.DateLastActivity.AddSeconds(120))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user