mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
Rename features types file
This commit is contained in:
parent
e7b2f30718
commit
a9315be259
8 changed files with 7 additions and 7 deletions
|
|
@ -61,7 +61,7 @@ import packageJson from '../../../../package.json';
|
|||
import { z } from 'zod';
|
||||
import { JFSongListSort, JFSortOrder } from '/@/renderer/api/jellyfin.types';
|
||||
import isElectron from 'is-electron';
|
||||
import { ServerFeatures } from '/@/renderer/api/features.types';
|
||||
import { ServerFeatures } from '/@/renderer/api/features-types';
|
||||
|
||||
const formatCommaDelimitedString = (value: string[]) => {
|
||||
return value.join(',');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue