mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-14 22:26:34 +00:00
add remote streaming capabilities
This commit is contained in:
@@ -47,6 +47,14 @@ namespace MediaBrowser.Controller.Providers.MediaInfo
|
||||
}
|
||||
}
|
||||
break;
|
||||
case VideoType.VideoFile:
|
||||
{
|
||||
if (video.LocationType == LocationType.Remote)
|
||||
{
|
||||
type = InputType.Url;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return inputPath;
|
||||
|
||||
Reference in New Issue
Block a user