mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 02:18:54 -07:00
update channel streams
This commit is contained in:
parent
3d8287bc6e
commit
a4e73120a7
@ -586,7 +586,7 @@ namespace MediaBrowser.MediaEncoding.Subtitles
|
||||
|
||||
process.StandardError.BaseStream.CopyToAsync(logFileStream);
|
||||
|
||||
var ranToCompletion = process.WaitForExit(60000);
|
||||
var ranToCompletion = process.WaitForExit(120000);
|
||||
|
||||
if (!ranToCompletion)
|
||||
{
|
||||
|
@ -364,6 +364,11 @@ namespace MediaBrowser.Server.Implementations.LiveTv
|
||||
{
|
||||
await _liveStreamSemaphore.WaitAsync(cancellationToken).ConfigureAwait(false);
|
||||
|
||||
if (string.Equals(id, mediaSourceId, StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
mediaSourceId = null;
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
MediaSourceInfo info;
|
||||
|
Loading…
Reference in New Issue
Block a user