fixes Dvd Chapter Thumbs (#126)

This commit is contained in:
Luke Pulverenti
2013-04-09 08:31:18 -04:00
parent dbf9ac1233
commit 29818f8cbf
2 changed files with 6 additions and 4 deletions

View File

@@ -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;
}