Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fixes for persisting user edits and enable/disable current track option in add to playlist #5465

Merged
merged 2 commits into from
Nov 15, 2023

Conversation

Dananji
Copy link
Contributor

@Dananji Dananji commented Nov 10, 2023

When a current track is not available:
image

When a current track is available:
image

When there's no structure (current section has <media_object.id - master_file.id>):
image

Copy link
Member

@cjcolvar cjcolvar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good as far as I can tell.

Comment on lines +233 to +235
let trackName = activeTrack.tags.includes('current-section')
? activeTrack.label || streamId
: `${currentSectionLabel} - ${activeTrack.label || streamId}`;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is kind of a lot going on here logically. Would it make sense to break this down into multiple lines?

@cjcolvar cjcolvar merged commit 883f87e into develop Nov 15, 2023
@cjcolvar cjcolvar deleted the playlist-bugfix branch November 15, 2023 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants