mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
Fix metadata merging bug in GameService
This commit is contained in:
@@ -277,6 +277,7 @@ class GameService(
|
||||
mergedGame.images = runBlocking {
|
||||
screenshotUrls.map { Image(originalUrl = it.toURL(), type = ImageType.SCREENSHOT) }.toSet()
|
||||
}
|
||||
metadataMap["images"] = FieldMetadata(sourcePlugin)
|
||||
}
|
||||
}
|
||||
metadata.videoUrls?.takeIf { it.isNotEmpty() }?.let { videoUrls ->
|
||||
|
||||
Reference in New Issue
Block a user