Skip to content

Commit

Permalink
Merge pull request #19 from Seperis/master
Browse files Browse the repository at this point in the history
Update media_player.py
  • Loading branch information
Sennevds authored Dec 26, 2020
2 parents ae32731 + 748a487 commit 6d925fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/media_player_template/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ async def async_added_to_hass(self):
self.add_template_attribute("_media_season", self._media_season_template)
if self._media_series_title_template is not None:
self.add_template_attribute(
"_media_series", self._media_series_title_template
"_media_series_title", self._media_series_title_template
)
if self._media_album_artist_template is not None:
self.add_template_attribute(
Expand Down

0 comments on commit 6d925fc

Please sign in to comment.