mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-20 09:50:26 -06:00
worklet stuff
This commit is contained in:
@@ -38,10 +38,8 @@ function calculateRunTimeFromSeconds(seconds: number) : string {
|
||||
}
|
||||
|
||||
function calculateRunTimeFromTicks(runTimeTicks: number) : string {
|
||||
|
||||
|
||||
'worklet';
|
||||
const runTimeTotalSeconds = convertRunTimeTicksToSeconds(runTimeTicks);
|
||||
|
||||
return calculateRunTimeFromSeconds(runTimeTotalSeconds);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user