parent
2b8a911a78
commit
1825e48e92
@ -725,7 +725,7 @@ class PlaylistModel(QAbstractTableModel):
|
|||||||
with db.Session() as session:
|
with db.Session() as session:
|
||||||
for row_number in row_numbers:
|
for row_number in row_numbers:
|
||||||
playlist_row = session.get(
|
playlist_row = session.get(
|
||||||
PlaylistRows, self.playlist_rows[row_number].row_number
|
PlaylistRows, self.playlist_rows[row_number].playlistrow_id
|
||||||
)
|
)
|
||||||
if not playlist_row:
|
if not playlist_row:
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user