mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-19 12:54:12 +02:00
remove leading 'v' from installed version
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
let episodeCount: string | null = $state(null);
|
||||
let showCount: string | null = $state(null);
|
||||
let torrentCount: string | null = $state(null);
|
||||
let installedVersion: string | undefined = env.PUBLIC_VERSION;
|
||||
let installedVersion: string | undefined = env.PUBLIC_VERSION?.replace(/v*/, '');
|
||||
let releaseUrl: string | null = $state(null);
|
||||
let newestVersion: string | null = $state(null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user