mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-03 00:23:39 +02:00
support music dynamic images
This commit is contained in:
parent
a46a245d29
commit
eeef543989
1 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ namespace MediaBrowser.Providers.Folders
|
|||
}
|
||||
if (string.Equals(viewType, CollectionType.Music, StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return urlPrefix + "music.jpg";
|
||||
//return urlPrefix + "music.jpg";
|
||||
}
|
||||
if (string.Equals(viewType, CollectionType.Photos, StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
|
|
@ -105,7 +105,7 @@ namespace MediaBrowser.Providers.Folders
|
|||
}
|
||||
if (string.Equals(viewType, CollectionType.HomeVideos, StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return urlPrefix + "homevideos.jpg";
|
||||
//return urlPrefix + "homevideos.jpg";
|
||||
}
|
||||
if (string.Equals(viewType, CollectionType.MusicVideos, StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue