mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
added stream copy options
This commit is contained in:
parent
11c3778053
commit
1a2ff21b44
@ -817,7 +817,7 @@ namespace MediaBrowser.Api.Playback
|
||||
return VideoCodecs.H264;
|
||||
}
|
||||
|
||||
return null;
|
||||
return VideoCodecs.Copy;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -155,7 +155,11 @@
|
||||
/// <summary>
|
||||
/// The wma
|
||||
/// </summary>
|
||||
Wma
|
||||
Wma,
|
||||
/// <summary>
|
||||
/// The copy
|
||||
/// </summary>
|
||||
Copy
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@ -188,6 +192,10 @@
|
||||
/// <summary>
|
||||
/// The WMV
|
||||
/// </summary>
|
||||
Wmv
|
||||
Wmv,
|
||||
/// <summary>
|
||||
/// The copy
|
||||
/// </summary>
|
||||
Copy
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user