Attempt to fix "This Device" disappearing and reappearing on Firefox (#2271)
authorMaxim Raznatovski <nda.mr43@gmail.com>
Fri, 8 Aug 2025 09:34:52 +0000 (11:34 +0200)
committerGitHub <noreply@github.com>
Fri, 8 Aug 2025 09:34:52 +0000 (11:34 +0200)
music_assistant/providers/builtin_player/player.py

index 295aae0a1df464d9589730129ab64311f79eca25..ca744beeeb1c79ee0d492c829f45d2b115bb6954 100644 (file)
@@ -37,7 +37,7 @@ from music_assistant.models.player import DeviceInfo, Player, PlayerMedia
 from music_assistant.models.player_provider import PlayerProvider
 
 # If the player does not send an update within this time, it will be considered offline
-DURATION_UNTIL_TIMEOUT = 90  # 30 second extra headroom
+DURATION_UNTIL_TIMEOUT = 120  # 60 second extra headroom
 POLL_INTERVAL = 30