Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Fix MEDIA_STATUS enum being incorrect
Browse files Browse the repository at this point in the history
Bug: 77254309
Change-Id: Id7eadab3d29d77f0ff89041bf08e8bb571468161
  • Loading branch information
Canain committed Apr 27, 2018
1 parent afb60f1 commit 70f642d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assistant-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3007,7 +3007,7 @@ AssistantApp.prototype.BuiltInArgNames = {
/** Link request result argument. */
LINK: 'LINK',
/** MediaStatus value argument. */
MEDIA_STATUS: 'actions.intent.MEDIA_STATUS'
MEDIA_STATUS: 'MEDIA_STATUS'
};

/**
Expand Down

0 comments on commit 70f642d

Please sign in to comment.