Skip to content

Commit

Permalink
Revert fm footer change
Browse files Browse the repository at this point in the history
  • Loading branch information
abbyfour committed Nov 3, 2024
1 parent fa975f7 commit a59833a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/ui/embeds/NowPlayingEmbed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ export class NowPlayingEmbed extends View {
LastfmLinks.trackPage(this.nowPlaying.artist, this.nowPlaying.name)
)
.setThumbnail(this.albumCover || this.albumCoverService.defaultCover)
.setFooter(this.getFooter())
.useDescriptionFooter();
.setFooter(this.getFooter());
}

setNowPlaying(track: RecentTrack, tagConsolidator?: TagConsolidator): this {
Expand Down

0 comments on commit a59833a

Please sign in to comment.