mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-12 11:01:45 +00:00
feat: add description for plugins
This commit is contained in:
@ -2,7 +2,7 @@ import { createPlugin } from '@/utils';
|
||||
|
||||
export default createPlugin({
|
||||
name: 'Audio Compressor',
|
||||
description: '',
|
||||
description: 'Apply compression to audio (lowers the volume of the loudest parts of the signal and raises the volume of the softest parts)',
|
||||
|
||||
renderer() {
|
||||
document.addEventListener(
|
||||
|
||||
Reference in New Issue
Block a user