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

Removing item from playlist doesn't update index column #1146

Open
JasonSpine opened this issue Feb 22, 2025 · 0 comments
Open

Removing item from playlist doesn't update index column #1146

JasonSpine opened this issue Feb 22, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@JasonSpine
Copy link

Describe the bug
When you remove item from playlist row numbers aren't updated.
They stay the same.

So if your items were 1, 2, 3, 4...
When you remove 2, then they are 1, 3, 4.

To Reproduce
Steps to reproduce the behavior:

  1. Open playlist, Ctrl+L
  2. Drag your files onto playlist window.
  3. Remove one item in the middle of the playlist.
  4. See row numbers not reordered.

Expected behavior
Recalculate row indexes. All indexes after removed item should decrement by 1.

Screenshots
After removing third and sixth list item:
Image

Your Enviroment

  • SMPlayer version: 23.6.0
  • OS: Windows 11
  • Multimedia engine you're using with SMPlayer (preferences -> general): MPV
@JasonSpine JasonSpine added the bug Something isn't working label Feb 22, 2025
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

2 participants