Change TS import baseUrl

This commit is contained in:
jeffvli
2022-07-30 17:44:57 -07:00
parent df5f8c08f3
commit bb4576390d
49 changed files with 106 additions and 128 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
import { Song } from 'renderer/api/types';
// import { ServerFolderAuth } from 'renderer/features/servers';
import { Song } from '../api/types';
export const getJellyfinStreamUrl = (
auth: any,
+1 -1
View File
@@ -1,5 +1,5 @@
import md5 from 'md5';
import { ServerFolderAuth } from 'types';
import { ServerFolderAuth } from '../../types';
export const getServerFolderAuth = (
serverUrl: string,
+1 -2
View File
@@ -1,5 +1,4 @@
import { Song } from 'renderer/api/types';
// import { ServerFolderAuth } from 'renderer/features/servers';
import { Song } from '../api/types';
export const getSubsonicStreamUrl = (
auth: any,