From 246c0f838fd55aeb36d887dc7bbe33e44be464e0 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Fri, 20 Feb 2026 06:20:04 +0300 Subject: [PATCH] update version check for offline condition --- run.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.ps1 b/run.ps1 index f3ad447..b200adb 100644 --- a/run.ps1 +++ b/run.ps1 @@ -2178,7 +2178,7 @@ if ($test_spa) { $reader.Close() - if ($offline -ge [version]'1.2.70.404') { + if ($offline -ge [version]'1.2.70.253') { $spotify_binary_bak = $dll_bak $spotify_binary = $spotifyDll