feat: add osu! version and release stream retrieval, along with skins count functionality
This commit is contained in:
@@ -15,6 +15,10 @@ export const serverConnectionFails = writable(0);
|
||||
export const onlineFriends = writable<number | undefined>(undefined);
|
||||
|
||||
export const beatmapSets = writable<number | undefined>(undefined);
|
||||
export const skins = writable<number | undefined>(undefined);
|
||||
|
||||
export const osuStream = writable<string | undefined>(undefined);
|
||||
export const osuBuild = writable<string | undefined>(undefined);
|
||||
|
||||
export const setupValues = () => {
|
||||
updatePing();
|
||||
|
Reference in New Issue
Block a user