Display a different icon for courses, releases, podcasts - #9800
Open
radmorecameron wants to merge 2 commits into
Open
radmorecameron wants to merge 2 commits into
radmorecameron wants to merge 2 commits into
Conversation
FreeTubeBot
enabled auto-merge (squash)
September 13, 2026 18:41
1 task
Shadorc
approved these changes
Sep 14, 2026
PikachuEXE
reviewed
Sep 14, 2026
| <div><FontAwesomeIcon :icon="['fas','list']" /></div> | ||
| <div> | ||
| <template v-if="isAlbum"> | ||
| <FontAwesomeIcon :icon="['fas','music']" /> |
Member
There was a problem hiding this comment.
Wondering why isn't the icon extracted to computed so that v-if not needed (it's not like there are other extra stuff in difference choices
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Pull Request Type
Related issue
closes #9798
Description
Match youtube behaviour of showing different icons for the different playlist types.
Screenshots
Search Results
Channel Pages
Testing
Search
Channel tabs
Search shouldn't show icon for Invidious API but we are able to show it for some of the channel tabs where we know which icon to show
Desktop
Additional context
Music icon isn't shown in search results on YouTube and we don't seem to be able to parse it.