From: Marcel van der Veldt Date: Mon, 27 Oct 2025 22:12:25 +0000 (+0100) Subject: Fix minor typo X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=b15a4873b76692b57228ff67775b11e31461dc94;p=music-assistant-server.git Fix minor typo --- 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: