mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 07:50: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(),
|
url = url.toID(),
|
||||||
type = TYPE_PLAYLIST,
|
type = TYPE_PLAYLIST,
|
||||||
title = name,
|
title = name,
|
||||||
|
name = name,
|
||||||
shortDescription = description.content,
|
shortDescription = description.content,
|
||||||
thumbnail = thumbnails.maxByOrNull { it.height }?.url.orEmpty(),
|
thumbnail = thumbnails.maxByOrNull { it.height }?.url.orEmpty(),
|
||||||
videos = streamCount,
|
videos = streamCount,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user