mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-15 04:11:47 +00:00
Fix resumeOnStart option
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
const defaultConfig = require("./defaults");
|
||||
const plugins = require("./plugins");
|
||||
const store = require("./store");
|
||||
|
||||
@ -10,6 +11,7 @@ const get = (key) => {
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
defaultConfig,
|
||||
get,
|
||||
set,
|
||||
edit: () => store.openInEditor(),
|
||||
|
||||
Reference in New Issue
Block a user