mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-20 14:40:38 +01:00
update live tv startup
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Emby.Server.Implementations.LiveTv
|
||||
private readonly IMediaEncoder _mediaEncoder;
|
||||
private readonly ILogger _logger;
|
||||
|
||||
const int AnalyzeDurationMs = 2000;
|
||||
const int AnalyzeDurationMs = 1000;
|
||||
|
||||
public LiveStreamHelper(IMediaEncoder mediaEncoder, ILogger logger)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user