Move unplayed tracks doesn't work #211
Owner
No description provided.
bug
label
Author
Owner
```File "/home/kae/mm/app/musicmuster.py", line 968, in move_unplayed
963 def move_unplayed(self) -> None:
964 """
965 Move unplayed rows to another playlist
966 """
967
--> 968 unplayed_rows = self.active_model().get_unplayed_rows()
969 if not unplayed_rows:
..................................................
self = <__main__.Window object at 0x7fe295d79360>
self.active_model = <function 'Window.__init__.<locals>.<lambda>' musicmuster.py
:219>
..................................................
AttributeError: 'PlaylistProxyModel' object has no attribute 'get_unplayed_rows'```
Fix move unplayed rows
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?