mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 20:40:15 +02:00
Change TS import baseUrl
This commit is contained in:
@@ -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,5 +1,5 @@
|
||||
import md5 from 'md5';
|
||||
import { ServerFolderAuth } from 'types';
|
||||
import { ServerFolderAuth } from '../../types';
|
||||
|
||||
export const getServerFolderAuth = (
|
||||
serverUrl: string,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user