remove duplicate ServerType enum

This commit is contained in:
jeffvli
2026-02-06 05:33:15 -08:00
parent 3550177f67
commit 03b01472f8
8 changed files with 26 additions and 20 deletions
@@ -1,5 +1,7 @@
import z from 'zod';
import { ServerType } from '../../types/domain-types';
import { ndType } from '/@/shared/api/navidrome/navidrome-types';
import { ssType } from '/@/shared/api/subsonic/subsonic-types';
import { replacePathPrefix } from '/@/shared/api/utils';
@@ -14,7 +16,7 @@ import {
Song,
User,
} from '/@/shared/types/domain-types';
import { ServerListItem, ServerType } from '/@/shared/types/types';
import { ServerListItem } from '/@/shared/types/types';
const getImageUrl = (args: { url: null | string }) => {
const { url } = args;