mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
continue with tuner discovery
This commit is contained in:
parent
a9b61af154
commit
a0934e6226
7 changed files with 43 additions and 2 deletions
|
|
@ -185,6 +185,12 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
return null;
|
||||
}
|
||||
|
||||
// obviously don't do this for strm files
|
||||
if (string.Equals(container, "strm", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
return container;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue