Skip to content

Commit

Permalink
Fix timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
regorxxx committed Oct 7, 2024
1 parent 3900a7d commit 0e3d7d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/playlist_manager/playlist_manager_menu.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
//30/09/24
//07/10/24

/* exported createMenuLeft, createMenuLeftMult, createMenuRightFilter, createMenuSearch, createMenuRightTop, createMenuRightSort, createMenuFilterSorting */

Expand Down Expand Up @@ -2504,7 +2504,7 @@ function createMenuRightTop() {
menu.newCheckMenuLast(() => (list.bSavingXsp ? 1 : 0), optionsLength);
}
if (!list.bLiteMode) { // RW lock
const subMenuName = menu.newMenu('Skip overwritting Playlists on file loading', menuName);
const subMenuName = menu.newMenu('Skip overwriting Playlists on file loading', menuName);
const options = ['Yes: Playlist will be restored without saving', 'No: Clear playlist and load new files'];
const optionsLength = options.length;
menu.newEntry({ menuName: subMenuName, entryText: 'Playlist file behavior loading external files:', flags: MF_GRAYED });
Expand Down

0 comments on commit 0e3d7d5

Please sign in to comment.