mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-14 23:38:40 -05: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