From b15a4873b76692b57228ff67775b11e31461dc94 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Mon, 27 Oct 2025 23:12:25 +0100 Subject: [PATCH] Fix minor typo --- music_assistant/providers/dlna/player.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/music_assistant/providers/dlna/player.py b/music_assistant/providers/dlna/player.py index 1fcf2c7a..3a9b24aa 100644 --- a/music_assistant/providers/dlna/player.py +++ b/music_assistant/providers/dlna/player.py @@ -353,8 +353,6 @@ class DLNAPlayer(Player): async def poll(self) -> None: """Poll player for state updates.""" - assert self.device is not None # for type checking - # try to reconnect the device if the connection was lost if not self.device: if not self.force_poll: -- 2.34.1