mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 19:31:46 +00:00
feat(plugin): migrate some plugin (WIP)
Co-authored-by: JellyBrick <shlee1503@naver.com>
This commit is contained in:
@ -11,6 +11,7 @@ const set = (key: string, value: unknown) => {
|
||||
store.set(key, value);
|
||||
};
|
||||
const setPartial = (value: object) => {
|
||||
// deepmerge(store.get, value);
|
||||
store.set(value);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user