mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 16:00:31 +05:30
fix: shorts are not properly categorized using local feed extraction
This commit is contained in:
parent
579fae287c
commit
06fc0fdd1f
@ -91,7 +91,8 @@ class LocalFeedRepository : FeedRepository {
|
|||||||
duration = item.duration,
|
duration = item.duration,
|
||||||
views = item.viewCount,
|
views = item.viewCount,
|
||||||
uploaderVerified = item.isUploaderVerified,
|
uploaderVerified = item.isUploaderVerified,
|
||||||
shortDescription = item.shortDescription
|
shortDescription = item.shortDescription,
|
||||||
|
isShort = item.isShortFormContent
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user