mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-06-13 04:05:08 +03:00
🐛 fix invalid int literal
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ def addMetadata(
|
||||
"date": str(track.streamStartDate)
|
||||
if track.streamStartDate
|
||||
else "",
|
||||
"bpm": str(track.bpm or ""),
|
||||
"bpm": str(track.bpm or 0),
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user