Fix minor typo
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 27 Oct 2025 22:12:25 +0000 (23:12 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 27 Oct 2025 22:12:25 +0000 (23:12 +0100)
music_assistant/providers/dlna/player.py

index 1fcf2c7aa6d8c84e5431930de0ab847daa2e4d03..3a9b24aa9fd05fa360c78cc989ecd4b15b7f21c2 100644 (file)
@@ -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: