Various cleanup/fixes

This commit is contained in:
jeffvli 2024-03-05 14:15:32 -08:00
parent a7a5b92011
commit 613bfa7ae6
4 changed files with 14 additions and 13 deletions

View file

@ -1,3 +1,4 @@
import { ServerFeatures } from '/@/renderer/api/features-types';
import {
Album,
AlbumArtist,
@ -73,7 +74,7 @@ export const toServerType = (value?: string): ServerType | null => {
export type ServerListItem = {
credential: string;
features?: Record<string, number[]>;
features?: ServerFeatures;
id: string;
name: string;
ndCredential?: string;