Skip to content

Commit 0aa7099

Browse files
authored
Merge pull request libre-tube#7211 from Bnyro/master
fix: missing playlist name in search results using local extraction
2 parents d6beac9 + 6fdd389 commit 0aa7099

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/com/github/libretube/api/NewPipeMediaServiceRepository.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ fun InfoItem.toContentItem() = when (this) {
143143
url = url.toID(),
144144
type = TYPE_PLAYLIST,
145145
title = name,
146+
name = name,
146147
shortDescription = description.content,
147148
thumbnail = thumbnails.maxByOrNull { it.height }?.url.orEmpty(),
148149
videos = streamCount,

0 commit comments

Comments
 (0)