mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Remove check for wrong metadata saving property
This commit is contained in:
parent
828b0be254
commit
18e33b6b2d
@ -60,17 +60,7 @@ namespace MediaBrowser.XbmcMetadata
|
|||||||
|
|
||||||
private void SaveMetadataForItem(BaseItem item, ItemUpdateType updateReason)
|
private void SaveMetadataForItem(BaseItem item, ItemUpdateType updateReason)
|
||||||
{
|
{
|
||||||
if (!item.IsFileProtocol)
|
if (!item.IsFileProtocol || !item.SupportsLocalMetadata)
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!item.SupportsLocalMetadata)
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!item.IsSaveLocalMetadataEnabled())
|
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user