mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-09-17 17:19:06 +02:00
fix: all discord fields are now padded to 2+ chars
This commit is contained in:
@@ -116,6 +116,9 @@ export const settingsStore = new Store({
|
||||
{ key: settings.advanced.tidalUrl, value: "https://listen.tidal.com" },
|
||||
]);
|
||||
},
|
||||
"5.16.0": (migrationStore) => {
|
||||
buildMigration("5.16.0", migrationStore, [{ key: settings.discord.showIdle, value: "true" }]);
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user