Skip to content
Snippets Groups Projects
Unverified Commit b58ef6ae authored by J. Nick Koston's avatar J. Nick Koston Committed by GitHub
Browse files

Convert remaining async_add_job to async_add_executor_job in media_player (#41790)

parent aefd4908
No related branches found
No related tags found
No related merge requests found
......@@ -658,7 +658,7 @@ class MediaPlayerEntity(Entity):
async def async_set_repeat(self, repeat):
"""Set repeat mode."""
await self.hass.async_add_job(self.set_repeat, repeat)
await self.hass.async_add_executor_job(self.set_repeat, repeat)
# No need to overwrite these.
@property
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment