fix theme videos

This commit is contained in:
Luke Pulverenti
2015-11-08 00:04:38 -05:00
parent 1b0b7ac6a5
commit 7760f022af
6 changed files with 28 additions and 15 deletions

View File

@@ -66,7 +66,7 @@ namespace MediaBrowser.Server.Implementations.Library
// Ignore hidden files and folders
if (isHidden)
{
if (parent != null)
if (parent == null)
{
var parentFolderName = Path.GetFileName(Path.GetDirectoryName(path));