mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-20 00:57:16 +00:00
tv metadata fixes
This commit is contained in:
@@ -22,7 +22,7 @@ namespace MediaBrowser.Server.Implementations.EntryPoints
|
||||
|
||||
private readonly object _syncLock = new object();
|
||||
private Timer UpdateTimer { get; set; }
|
||||
private const int UpdateDuration = 2000;
|
||||
private const int UpdateDuration = 500;
|
||||
|
||||
private readonly Dictionary<Guid, List<string>> _changedKeys = new Dictionary<Guid, List<string>>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user