diff --git a/package.json b/package.json index 69c60647..2be6e968 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jellyplayer", "private": true, - "version": "0.0.4-dev", + "version": "0.0.5-dev", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index fc6f2bb3..e599b245 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jellyplayer" -version = "0.0.4-dev" +version = "0.0.5-dev" description = "A Modern Jellyfin Client" authors = ["prayag17", "JellyPlayer contributors (https://github.com/prayag17/JellyPlayer/graphs/contributors)"] license = "GPL-3.0-only" diff --git a/src/App.tsx b/src/App.tsx index 065002ed..5084cef7 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -13,7 +13,7 @@ import { import { relaunch } from "@tauri-apps/api/process"; import { - UpdateManifest, + type UpdateManifest, checkUpdate, installUpdate, } from "@tauri-apps/api/updater"; @@ -124,7 +124,7 @@ import { getServer, setDefaultServer, } from "./utils/storage/servers"; -import { UserStore, delUser, getUser } from "./utils/storage/user"; +import { type UserStore, delUser, getUser } from "./utils/storage/user"; import { axiosClient, createApi, useApi } from "./utils/store/api"; const handleAuthError = async () => { @@ -449,72 +449,74 @@ function AppReady() { {audioPlayerVisible && } - } /> - - - Unable to reach server - - - - Unable to connect to the jellyfin server. - - - - - - - - } - /> - } /> - - } /> - } /> - } /> - } - /> - } /> - } /> - } /> - } /> - } - errorElement={
Error
} - /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> + + } /> + + + Unable to reach server + + + + Unable to connect to the jellyfin server. + + + + + + + + } + /> + } /> + + } /> + } /> + } /> + } + /> + } /> + } /> + } /> + } /> + } + errorElement={
Error
} + /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> +