mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
added SupportsExternalStream to MediaStream
This commit is contained in:
@@ -616,7 +616,8 @@ namespace MediaBrowser.Server.Implementations.Sync
|
||||
IsForced = subtitle.IsForced,
|
||||
IsExternal = true,
|
||||
Language = subtitle.Language,
|
||||
Path = fileInfo.Path
|
||||
Path = fileInfo.Path,
|
||||
SupportsExternalStream = true
|
||||
});
|
||||
|
||||
startingIndex++;
|
||||
|
||||
Reference in New Issue
Block a user