expand on hardware decoding options

This commit is contained in:
Luke Pulverenti
2017-08-13 14:05:46 -04:00
parent 4ea3925626
commit 9c5bfeddca
5 changed files with 22 additions and 4 deletions

View File

@@ -329,7 +329,7 @@ namespace MediaBrowser.Providers.TV
return true;
}
if (!allowMissingEpisodes && i.Episode.IsMissingEpisode)
if (!allowMissingEpisodes && i.Episode.IsMissingEpisode && !i.Episode.IsUnaired)
{
return true;
}