We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f787c2c commit 8e21a10Copy full SHA for 8e21a10
package.json
@@ -2,7 +2,7 @@
2
"name": "youtube-music",
3
"desktopName": "com.github.th_ch.youtube_music",
4
"productName": "YouTube Music",
5
- "version": "3.7.5",
+ "version": "3.8.0",
6
"description": "YouTube Music Desktop App - including custom plugins",
7
"main": "./dist/main/index.js",
8
"license": "MIT",
src/plugins/unobtrusive-player/index.ts
@@ -48,6 +48,7 @@ const handleVideoDataChange = () => {
48
export default createPlugin({
49
name: () => t('plugins.unobtrusive-player.name'),
50
description: () => t('plugins.unobtrusive-player.description'),
51
+ addedVersion: '3.8.x',
52
restartNeeded: false,
53
config: {
54
enabled: false,
0 commit comments