lint
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 3 Oct 2025 18:09:17 +0000 (20:09 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 3 Oct 2025 18:09:17 +0000 (20:09 +0200)
.github/release-drafter.yml
music_assistant/providers/dlna/helpers.py

index cf9ed31f8e7d5327000b230aae3881327d960dff..4d5a245aafd66caa0e7c8258a36075c80688ef37 100644 (file)
@@ -34,12 +34,9 @@ template: |
 
   $CHANGES
 
-  
+
   ## :bow: Thanks to our contributors
 
   Special thanks to the following contributors who helped with this release:
 
   $CONTRIBUTORS
-
-
-
index 4f4971b9b622ee4ee168489dd7b1385ba1149467..7258c49edd748bbc0cbb4f08343b1935e042405c 100644 (file)
@@ -14,7 +14,7 @@ if TYPE_CHECKING:
     from music_assistant import MusicAssistant
 
 
-class DLNANotifyServer(UpnpNotifyServer):  # type: ignore[misc]
+class DLNANotifyServer(UpnpNotifyServer):  # type: ignore[misc,unused-ignore]
     """Notify server for async_upnp_client which uses the MA webserver."""
 
     def __init__(