mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-17 15:53:42 +01:00
sync fixes
This commit is contained in:
@@ -49,7 +49,7 @@ namespace MediaBrowser.LocalMetadata.Savers
|
||||
!(item is GameSystem) &&
|
||||
!(item is Playlist))
|
||||
{
|
||||
return updateType >= ItemUpdateType.MetadataDownload;
|
||||
return updateType >= ItemUpdateType.MetadataEdit;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user