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

setter for synced_lines not sorting the lyrics by timestamp #10

Open
Dr-Blank opened this issue Nov 19, 2023 · 0 comments
Open

setter for synced_lines not sorting the lyrics by timestamp #10

Dr-Blank opened this issue Nov 19, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Dr-Blank
Copy link
Owner

 lines = [
     SyncedLyricLine(text="Quux quuz", timestamp=5000),
     SyncedLyricLine(text="Baz qux", timestamp=0),
     SyncedLyricLine(text="Foo bar", timestamp=10000),
 ]
 sample_synced_lyrics.synced_lines = lines
 assert sample_synced_lyrics.lyrics == [
     "[00:00.00]Baz qux",
     "[00:05.00]Quux quuz",
     "[00:10.00]Foo bar",
 ]
@Dr-Blank Dr-Blank added the bug Something isn't working label Nov 19, 2023
@Dr-Blank Dr-Blank linked a pull request Feb 10, 2024 that will close this issue
8 tasks
@Dr-Blank Dr-Blank reopened this Feb 10, 2024
@Dr-Blank Dr-Blank removed a link to a pull request Feb 10, 2024
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant