This commit is contained in:
Markos Gogoulos
2025-11-21 15:00:29 +02:00
parent a15a9403fe
commit fb61b78573
3 changed files with 2 additions and 5 deletions

View File

@@ -1 +1 @@
VERSION = "7.2.2" VERSION = "7.2.4"

View File

@@ -50,9 +50,6 @@ export function PlaylistItem(props) {
<UnderThumbWrapper title={props.title} link={props.link}> <UnderThumbWrapper title={props.title} link={props.link}>
{titleComponent()} {titleComponent()}
{metaComponents()} {metaComponents()}
<a href={props.link} title="" className="view-full-playlist">
VIEW FULL PLAYLIST
</a>
</UnderThumbWrapper> </UnderThumbWrapper>
</div> </div>
</div> </div>

File diff suppressed because one or more lines are too long