mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 15:30:31 +05:30
fix: missing playlist name in search results using local extraction
This commit is contained in:
parent
8db2d34227
commit
6fdd3890c4
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user