mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
fixes Dvd Chapter Thumbs (#126)
This commit is contained in:
@@ -176,7 +176,7 @@ namespace MediaBrowser.Controller.MediaInfo
|
||||
if (extractImages)
|
||||
{
|
||||
// Disable for now on folder rips
|
||||
if (video.VideoType != VideoType.VideoFile)
|
||||
if (video.VideoType != VideoType.VideoFile && video.VideoType != VideoType.Dvd)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user