mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-27 18:10:54 +01:00
record bluray playlist file name
This commit is contained in:
@@ -566,6 +566,8 @@ namespace MediaBrowser.Providers.MediaInfo
|
||||
|
||||
video.MediaStreams = stream.MediaStreams;
|
||||
|
||||
video.MainFeaturePlaylistName = stream.PlaylistName;
|
||||
|
||||
if (stream.RunTimeTicks.HasValue && stream.RunTimeTicks.Value > 0)
|
||||
{
|
||||
video.RunTimeTicks = stream.RunTimeTicks;
|
||||
|
||||
Reference in New Issue
Block a user