mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
use hash mode in vue router
- rename keyboard.ts -> useKeyboard.ts
This commit is contained in:
@@ -33,6 +33,7 @@ class Track:
|
||||
try:
|
||||
self.trackid = tags["_id"]["$oid"]
|
||||
except KeyError:
|
||||
print("No id")
|
||||
print(tags)
|
||||
|
||||
self.title = tags["title"]
|
||||
|
||||
Reference in New Issue
Block a user