Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(812)

Unified Diff: ui/file_manager/audio_player/elements/audio_player.html

Issue 2305623003: Support to repeat one song in Audio Player. (Closed)
Patch Set: Add a test for 3 repeat mode. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/file_manager/audio_player/elements/audio_player.html
diff --git a/ui/file_manager/audio_player/elements/audio_player.html b/ui/file_manager/audio_player/elements/audio_player.html
index da58040b181abff957de0b1170be03f7f7c5cf6f..7d0be8a6d0103c7db030f80c4f671f6762d47bdc 100644
--- a/ui/file_manager/audio_player/elements/audio_player.html
+++ b/ui/file_manager/audio_player/elements/audio_player.html
@@ -25,7 +25,7 @@
time="{{time}}"
duration="[[duration]]"
shuffle="{{shuffle}}"
- repeat="{{repeat}}"
+ repeat-mode="{{repeatMode}}"
volume="{{volume}}"
playlist-expanded="{{playlistExpanded}}"
aria-labels="[[ariaLabels]]"

Powered by Google App Engine
This is Rietveld 408576698