diff --git a/package.json b/package.json index 0aadc8df..09a79dd8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "youtube-music", "desktopName": "com.github.th_ch.youtube_music", "productName": "YouTube Music", - "version": "3.7.5", + "version": "3.8.0", "description": "YouTube Music Desktop App - including custom plugins", "main": "./dist/main/index.js", "license": "MIT", diff --git a/src/plugins/unobtrusive-player/index.ts b/src/plugins/unobtrusive-player/index.ts index 276d87bf..c830bb5e 100644 --- a/src/plugins/unobtrusive-player/index.ts +++ b/src/plugins/unobtrusive-player/index.ts @@ -48,6 +48,7 @@ const handleVideoDataChange = () => { export default createPlugin({ name: () => t('plugins.unobtrusive-player.name'), description: () => t('plugins.unobtrusive-player.description'), + addedVersion: '3.8.x', restartNeeded: false, config: { enabled: false,