We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289680b commit a23e29eCopy full SHA for a23e29e
music_assistant/server/controllers/media/base.py
@@ -270,6 +270,9 @@ async def get(
270
item_id,
271
provider_instance_id_or_domain,
272
):
273
+ # schedule a refresh of the metadata on access of the item
274
+ # e.g. the item is being played or opened in the UI
275
+ self.mass.metadata.schedule_update_metadata(library_item)
276
return library_item
277
# grab full details from the provider
278
return await self.get_provider_item(
0 commit comments