mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-16 12:42:06 +00:00
clean code
This commit is contained in:
@ -2,9 +2,9 @@ import { BrowserWindow, ipcMain, nativeImage, net } from 'electron';
|
||||
|
||||
import { cache } from './decorators';
|
||||
|
||||
import config from '../config';
|
||||
import config from '@/config';
|
||||
|
||||
import type { GetPlayerResponse } from '../types/get-player-response';
|
||||
import type { GetPlayerResponse } from '@/types/get-player-response';
|
||||
|
||||
export interface SongInfo {
|
||||
title: string;
|
||||
|
||||
Reference in New Issue
Block a user