mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
support head requests for images
This commit is contained in:
@@ -75,7 +75,7 @@ namespace MediaBrowser.XbmcMetadata
|
||||
|
||||
if (item != null)
|
||||
{
|
||||
if (!item.IsFolder && !(item is IItemByName))
|
||||
if (item is Video)
|
||||
{
|
||||
SaveMetadataForItem(item, ItemUpdateType.MetadataEdit);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user