mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
Bump version to 3.8.0
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
"name": "youtube-music",
|
"name": "youtube-music",
|
||||||
"desktopName": "com.github.th_ch.youtube_music",
|
"desktopName": "com.github.th_ch.youtube_music",
|
||||||
"productName": "YouTube Music",
|
"productName": "YouTube Music",
|
||||||
"version": "3.7.5",
|
"version": "3.8.0",
|
||||||
"description": "YouTube Music Desktop App - including custom plugins",
|
"description": "YouTube Music Desktop App - including custom plugins",
|
||||||
"main": "./dist/main/index.js",
|
"main": "./dist/main/index.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -48,6 +48,7 @@ const handleVideoDataChange = () => {
|
|||||||
export default createPlugin({
|
export default createPlugin({
|
||||||
name: () => t('plugins.unobtrusive-player.name'),
|
name: () => t('plugins.unobtrusive-player.name'),
|
||||||
description: () => t('plugins.unobtrusive-player.description'),
|
description: () => t('plugins.unobtrusive-player.description'),
|
||||||
|
addedVersion: '3.8.x',
|
||||||
restartNeeded: false,
|
restartNeeded: false,
|
||||||
config: {
|
config: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user