Use Python 3.8 f strings for DEBUG log
This commit is contained in:
parent
3bcf66d036
commit
c9c7331bb2
@ -490,6 +490,7 @@ class Playlist(QTableWidget):
|
||||
def meta_set(self, row, metadata):
|
||||
"Set row metadata"
|
||||
|
||||
DEBUG(f"meta_set({row=}, {metadata=})")
|
||||
self.item(row, self.COL_INDEX).setData(Qt.UserRole, metadata)
|
||||
|
||||
def play_next(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user