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

Unified Diff: ui/file_manager/audio_player/js/audio_player.js

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/js/audio_player.js
diff --git a/ui/file_manager/audio_player/js/audio_player.js b/ui/file_manager/audio_player/js/audio_player.js
index 37921756298226caa7dda29c35c0cdb3214be925..0bb4ee2b6d3076ff1548fd1b1ee849b8fb4c8a12 100644
--- a/ui/file_manager/audio_player/js/audio_player.js
+++ b/ui/file_manager/audio_player/js/audio_player.js
@@ -52,7 +52,7 @@ function AudioPlayer(container) {
var STORAGE_PREFIX = 'audioplayer-';
var KEYS_TO_SAVE_STATES =
['shuffle',
- 'repeat',
+ 'repeat-mode',
'volume',
'playlist-expanded',
'track-info-expanded'];
« no previous file with comments | « ui/file_manager/audio_player/elements/repeat_button.js ('k') | ui/file_manager/audio_player/js/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698