Moving tracks can be slow (v4.1.4) #260

Closed
opened 2024-11-13 12:45:13 +00:00 by kae · 0 comments
Owner

The final line here is one reason:

    def refresh_data(self, session: db.session, dummy_for_profiling=None) -> None:
        """Populate dicts for data calls"""

        # Populate self.playlist_rows with playlist data
        self.playlist_rows.clear()
        for p in PlaylistRows.get_playlist_rows(session, self.playlist_id):
            self.playlist_rows[p.row_number] = RowAndTrack(p)
The final line here is one reason: ``` def refresh_data(self, session: db.session, dummy_for_profiling=None) -> None: """Populate dicts for data calls""" # Populate self.playlist_rows with playlist data self.playlist_rows.clear() for p in PlaylistRows.get_playlist_rows(session, self.playlist_id): self.playlist_rows[p.row_number] = RowAndTrack(p) ```
kae added the
bug
label 2024-11-13 12:45:40 +00:00
kae changed title from Moving tracks can be slow to Moving tracks can be slow (v4.1.4) 2024-11-13 12:47:30 +00:00
kae referenced this issue from a commit 2024-11-16 09:58:19 +00:00
kae closed this issue 2024-11-16 09:58:19 +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#260
No description provided.