mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-05-04 12:39:31 -05:00
Getting playlists to report a queue name properly
This commit is contained in:
@@ -59,6 +59,8 @@ export default function Playlist(props: PlaylistProps): React.JSX.Element {
|
||||
track={track}
|
||||
tracklist={tracks!}
|
||||
index={index}
|
||||
queueName={props.playlist.Name ?? "Untitled Playlist"}
|
||||
showArtwork
|
||||
/>
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user