Rename features types file

This commit is contained in:
jeffvli 2024-03-05 14:05:01 -08:00
parent e7b2f30718
commit a9315be259
8 changed files with 7 additions and 7 deletions

View file

@ -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(',');