feat: osu! updating and launching does now work
This commit is contained in:
@@ -52,7 +52,8 @@ export const formatTimeReadable = (initialSeconds: number) => {
|
||||
};
|
||||
|
||||
export const releaseStreamToReadable = (releaseStream: string) => {
|
||||
if (releaseStream.toLowerCase() === 'cuttingedge') return 'Cutting Edge';
|
||||
console.log(releaseStream.replaceAll(' ', '').toLowerCase());
|
||||
if (releaseStream.replaceAll(' ', '').toLowerCase() === 'cuttingedge') return 'Cutting Edge';
|
||||
return 'Stable';
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user