mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 11:44:48 +03:00
fix video stream without extension in url
This commit is contained in:
@@ -34,6 +34,8 @@ namespace MediaBrowser.Api.Playback
|
||||
/// <value>The log file stream.</value>
|
||||
public Stream LogFileStream { get; set; }
|
||||
|
||||
public string InputContainer { get; set; }
|
||||
|
||||
public MediaStream AudioStream { get; set; }
|
||||
public MediaStream VideoStream { get; set; }
|
||||
public MediaStream SubtitleStream { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user