Skip to content

Commit 63776bf

Browse files
Update src/plugins/skip-live-songs/index.ts
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7ab5bf3 commit 63776bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/skip-live-songs/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { t } from '@/i18n';
22
import { createPlugin } from '@/utils';
33

44
import type { SongInfo } from '@/providers/song-info';
5-
65
import { nonStudioPatterns } from './patterns';
6+
import type { SongInfo } from '@/providers/song-info';
77

88
export default createPlugin({
99
name: () => t('plugins.skip-live-songs.name'),

0 commit comments

Comments
 (0)