mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-07-28 00:22:26 +02:00
Seperate old ListenBrainz data from config
This commit is contained in:
@@ -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 {
|
||||
/**
|
||||
|
Reference in New Issue
Block a user