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 2ca905d commit a4ca978Copy full SHA for a4ca978
music_assistant/models/player.py
@@ -1148,6 +1148,7 @@ def update_state(self, force_update: bool = False) -> None:
1148
changed_values.pop("elapsed_time_last_updated", None)
1149
changed_values.pop("extra_attributes.seq_no", None)
1150
changed_values.pop("extra_attributes.last_poll", None)
1151
+ changed_values.pop("current_media.elapsed_time_last_updated", None)
1152
# persist the default name if it changed
1153
if self.name and self.config.default_name != self.name:
1154
self.mass.config.set_player_default_name(self.player_id, self.name)
0 commit comments