Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/cast/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ async def async_play_media(self, media_type, media_id, **kwargs):
self.hass,
refresh_token.id,
media_id,
timedelta(minutes=5),
timedelta(minutes=720),
Comment thread
emontnemery marked this conversation as resolved.
Outdated
)

# prepend external URL
Expand Down