mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
type discovery without attributes
This commit is contained in:
@@ -859,11 +859,11 @@ namespace MediaBrowser.Api.Streaming
|
||||
{
|
||||
var video = LibraryItem as Video;
|
||||
|
||||
if (video != null && video.VideoType == VideoType.Iso &&
|
||||
video.IsoType.HasValue && Kernel.IsoManager.CanMount(video.Path))
|
||||
{
|
||||
IsoMount = await Kernel.IsoManager.Mount(video.Path, CancellationToken.None).ConfigureAwait(false);
|
||||
}
|
||||
//if (video != null && video.VideoType == VideoType.Iso &&
|
||||
// video.IsoType.HasValue && Kernel.IsoManager.CanMount(video.Path))
|
||||
//{
|
||||
// IsoMount = await Kernel.IsoManager.Mount(video.Path, CancellationToken.None).ConfigureAwait(false);
|
||||
//}
|
||||
|
||||
var process = new Process
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user