update scroll styles

This commit is contained in:
Luke Pulverenti
2016-04-11 00:24:16 -04:00
parent 3d1c950de8
commit baca0d6244
4 changed files with 405 additions and 1 deletions

View File

@@ -686,7 +686,7 @@ namespace MediaBrowser.Controller.Entities
get
{
var id = DisplayParentId;
if (!id.HasValue)
if (!id.HasValue || id.Value == Guid.Empty)
{
return null;
}