mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
support music dynamic images
This commit is contained in:
parent
a46a245d29
commit
eeef543989
@ -77,7 +77,7 @@ namespace MediaBrowser.Providers.Folders
|
|||||||
}
|
}
|
||||||
if (string.Equals(viewType, CollectionType.Music, StringComparison.OrdinalIgnoreCase))
|
if (string.Equals(viewType, CollectionType.Music, StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
return urlPrefix + "music.jpg";
|
//return urlPrefix + "music.jpg";
|
||||||
}
|
}
|
||||||
if (string.Equals(viewType, CollectionType.Photos, StringComparison.OrdinalIgnoreCase))
|
if (string.Equals(viewType, CollectionType.Photos, StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
@ -105,7 +105,7 @@ namespace MediaBrowser.Providers.Folders
|
|||||||
}
|
}
|
||||||
if (string.Equals(viewType, CollectionType.HomeVideos, StringComparison.OrdinalIgnoreCase))
|
if (string.Equals(viewType, CollectionType.HomeVideos, StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
return urlPrefix + "homevideos.jpg";
|
//return urlPrefix + "homevideos.jpg";
|
||||||
}
|
}
|
||||||
if (string.Equals(viewType, CollectionType.MusicVideos, StringComparison.OrdinalIgnoreCase))
|
if (string.Equals(viewType, CollectionType.MusicVideos, StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user