fix: Last.fm auth stability improvements (v1.7.2)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Psychotoxical
2026-03-20 19:14:04 +01:00
parent a99e2e0657
commit 9d4997baac
6 changed files with 24 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "psysonic"
version = "1.7.1"
version = "1.7.2"
description = "Psysonic Desktop Music Player"
authors = []
license = ""
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Psysonic",
"version": "1.7.1",
"version": "1.7.2",
"identifier": "dev.psysonic.player",
"build": {
"beforeDevCommand": "npm run dev",