mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2024-11-22 13:32:42 +01:00
Seperate old ListenBrainz data from config
This commit is contained in:
parent
3571289d28
commit
c0110632e6
@ -4,7 +4,7 @@ import { settings } from "../../constants/settings";
|
||||
import { MediaStatus } from "../../models/mediaStatus";
|
||||
import Store from "electron-store";
|
||||
|
||||
const ListenBrainzStore = new Store();
|
||||
const ListenBrainzStore = new Store({name: "listenbrainz"});
|
||||
|
||||
export class ListenBrainz {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user