mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-29 20:08:27 +01:00
add new mirror mode
This commit is contained in:
@@ -185,9 +185,9 @@ namespace MediaBrowser.Api.Playback
|
||||
{
|
||||
var args = string.Empty;
|
||||
|
||||
if (state.IsRemote || !state.HasMediaStreams)
|
||||
if (!state.HasMediaStreams)
|
||||
{
|
||||
return string.Empty;
|
||||
return state.IsInputVideo ? "-map -0:s" : string.Empty;
|
||||
}
|
||||
|
||||
if (state.VideoStream != null)
|
||||
|
||||
Reference in New Issue
Block a user