Xyphyn / photon

A replacement for lemmy-ui with more features, a better design, and more customizability.
https://phtn.app
GNU Affero General Public License v3.0
367 stars 40 forks source link

List view - Title missing on some YouTube links. #317

Closed sevonj closed 4 months ago

sevonj commented 4 months ago

Describe the bug In list view, post titles are missing for YT links. See screenshot.

To Reproduce (if applicable) Steps to reproduce the behavior:

  1. Browse https://phtn.app/c/videos@lemmy.world in list view.

Expected behavior The title is shown.

Screenshots image

Versions

prezmix commented 4 months ago

Per src/lib/components/lemmy/post/Post.svelte the hideTitle logic is intentional though do not understand it as is because the title should not be hidden in List view mode or when Click to View option is enabled...

As a workaround you can set PUBLIC_DEDUPLICATE_EMBED=false but cookies need to be cleared...