mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-26 21:34:23 +00:00
final fixes
This commit is contained in:
@@ -451,7 +451,7 @@
|
||||
niceDuration.value += secondCounts;
|
||||
}
|
||||
}
|
||||
}, 50 );
|
||||
}, 100 );
|
||||
}
|
||||
|
||||
const prepNiceDurationTime = ( playingSong: Song ) => {
|
||||
@@ -596,8 +596,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
window.addEventListener( 'beforeunload', () => {
|
||||
notificationHandler.disconnect();
|
||||
window.addEventListener( 'beforeunload', async () => {
|
||||
await notificationHandler.disconnect();
|
||||
} );
|
||||
|
||||
defineExpose( {
|
||||
|
||||
Reference in New Issue
Block a user