Merge pull request #7211 from Bnyro/master

fix: missing playlist name in search results using local extraction
This commit is contained in:
Bnyro 2025-03-16 16:12:53 +01:00 committed by GitHub
commit 0aa7099b2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,6 +143,7 @@ fun InfoItem.toContentItem() = when (this) {
url = url.toID(),
type = TYPE_PLAYLIST,
title = name,
name = name,
shortDescription = description.content,
thumbnail = thumbnails.maxByOrNull { it.height }?.url.orEmpty(),
videos = streamCount,