fix(tidal): auth refresh time diff (#2653)
authorJozef Kruszynski <60214390+jozefKruszynski@users.noreply.github.com>
Fri, 21 Nov 2025 14:12:30 +0000 (15:12 +0100)
committerGitHub <noreply@github.com>
Fri, 21 Nov 2025 14:12:30 +0000 (15:12 +0100)
commitf8607d7d8f47e5e46401bb17443222f342b910ae
tree32ea6ecf28572e3228af5df5605cb4f60edf056d
parentffa93d09ace9558d07ce7e2db44e2c717968d897
fix(tidal): auth refresh time diff (#2653)

* fix(tidal): auth refresh time diff

Auth expiration check was using only 60 seconds rather than the intended
60 minutes. Using timedelta to show full intention

Closes #4425

* fix(tidal): invert current logic, and use constant for buffer
music_assistant/providers/tidal/auth_manager.py