mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-09 10:03:59 +00:00
Recordings don't support sub-second time precision, so the track.metadata.length used for the two Add...AsRelease classes will cause an error on /recording/create's "length" field. track.metadata["~length"] contains the time converted to mm:ss format and will not cause the error on /recording/create, so this commit changes AddFileAsRecording to use that.