()
| 311 | } |
| 312 | |
| 313 | function storeTrackWithTime() { |
| 314 | const meta = getTrackMeta(); |
| 315 | meta.time = Player.getProgress(); |
| 316 | meta.progress = Player.getProgressPercent(); |
| 317 | LIST.addToStorage(meta); |
| 318 | } |
| 319 | |
| 320 | // Utilities |
| 321 | function idToProperName(id) { |
nothing calls this directly
no test coverage detected