mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Various cleanup/fixes
This commit is contained in:
parent
a7a5b92011
commit
613bfa7ae6
4 changed files with 14 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue