fix: missing playlist name in search results using local extraction

This commit is contained in:
Bnyro 2025-03-16 16:12:33 +01:00
parent 8db2d34227
commit 6fdd3890c4
No known key found for this signature in database

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,