dlna fixes

This commit is contained in:
Luke Pulverenti
2014-06-22 01:52:31 -04:00
parent 5ce3ed2fb4
commit 414b1251c7
41 changed files with 204 additions and 102 deletions

View File

@@ -12,7 +12,7 @@ namespace MediaBrowser.Controller.Entities
DisplayMediaType = "CollectionFolder";
}
public string CollectionType
public virtual string CollectionType
{
get { return Model.Entities.CollectionType.BoxSets; }
}