Merge pull request #7217 from SenorSmartyPants/LibraryImages
This commit is contained in:
commit
ee43b5117d
|
@ -42,6 +42,10 @@ namespace Emby.Server.Implementations.Images
|
||||||
{
|
{
|
||||||
includeItemTypes = new[] { BaseItemKind.MusicAlbum };
|
includeItemTypes = new[] { BaseItemKind.MusicAlbum };
|
||||||
}
|
}
|
||||||
|
else if (string.Equals(viewType, CollectionType.MusicVideos, StringComparison.Ordinal))
|
||||||
|
{
|
||||||
|
includeItemTypes = new[] { BaseItemKind.MusicVideo };
|
||||||
|
}
|
||||||
else if (string.Equals(viewType, CollectionType.Books, StringComparison.Ordinal))
|
else if (string.Equals(viewType, CollectionType.Books, StringComparison.Ordinal))
|
||||||
{
|
{
|
||||||
includeItemTypes = new[] { BaseItemKind.Book, BaseItemKind.AudioBook };
|
includeItemTypes = new[] { BaseItemKind.Book, BaseItemKind.AudioBook };
|
||||||
|
|
Loading…
Reference in New Issue
Block a user