mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-11 20:43:34 +02:00
remove probing for now
This commit is contained in:
parent
a69ca6c55b
commit
d22b7817a4
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
|
|||
|
||||
try
|
||||
{
|
||||
await AddMediaInfoInternal(stream, isAudio, cancellationToken).ConfigureAwait(false);
|
||||
await AddMediaInfo(stream, isAudio, cancellationToken).ConfigureAwait(false);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue