chore: merge dev to main #181

Merged
Anri merged 40 commits from dev into main 2024-09-27 20:49:36 +02:00
Showing only changes of commit ab262152a6 - Show all commits

View file

@ -38,7 +38,7 @@ enum TimeSecond {
*/
export const strToSeconds = (time: string) => {
if (time.length > 15) {
// 15 is a magic value, weird to be this long
// 15 is a magic value as it's weird to have time this long
return -1;
}