CustomSongs: Restore custom song list after reload
Uses the File System Access API supported in some browsers to keep the custom song list between sessions, restoring it back even when the page was closed.
This commit is contained in:
@@ -35,7 +35,8 @@ var assets = {
|
||||
"account.js",
|
||||
"lyrics.js",
|
||||
"customsongs.js",
|
||||
"abstractfile.js"
|
||||
"abstractfile.js",
|
||||
"idb.js"
|
||||
],
|
||||
"css": [
|
||||
"main.css",
|
||||
|
||||
Reference in New Issue
Block a user