mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-12 17:23:26 +01:00
fixes #903 - Display image info on web client detail page
This commit is contained in:
@@ -168,6 +168,15 @@ namespace MediaBrowser.Providers.MediaInfo
|
||||
return true;
|
||||
}
|
||||
|
||||
if (item is Audio)
|
||||
{
|
||||
// Moved to plural AlbumArtists
|
||||
if (date < new DateTime(2014, 8, 28))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
if (item.SupportsLocalMetadata)
|
||||
{
|
||||
var video = item as Video;
|
||||
|
||||
Reference in New Issue
Block a user