Update musicprovider.py
authormarcelveldt <marcelvanderveldt@MacBook-Pro.local>
Tue, 12 Nov 2019 15:32:48 +0000 (16:32 +0100)
committermarcelveldt <marcelvanderveldt@MacBook-Pro.local>
Tue, 12 Nov 2019 15:32:48 +0000 (16:32 +0100)
music_assistant/models/musicprovider.py

index e34f2f5b8a6a289473746552727e4c4ea4381181..630fb5615b7b3fe01b4c5735baa0173684c33d7c 100755 (executable)
@@ -175,7 +175,6 @@ class MusicProvider():
                 album_details.is_lazy = True
                 return album_details
             item_id = await self.add_album(album_details)
-            LOGGER.info("item_id after add_album: %s", item_id)
         return await self.mass.db.album(item_id)
 
     async def add_album(self, album_details) -> int: