parent
feb8f0b6d7
commit
50d1e8bd4a
@ -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