Move unplayed tracks doesn't work #211

Closed
opened 2023-12-07 23:01:06 +00:00 by kae · 1 comment
Owner
No description provided.
kae added the
bug
label 2023-12-07 23:01:06 +00:00
Author
Owner
    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'```
```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'```
kae referenced this issue from a commit 2023-12-07 23:07:55 +00:00
kae closed this issue 2023-12-07 23:07:55 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kae/musicmuster#211
No description provided.