luci-app-unblockmusic: adjust settings

This commit is contained in:
lean 2021-10-11 12:10:51 +08:00
parent 92cbe03c5e
commit 983fdace9f
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-unblockmusic
PKG_VERSION:=2.3.5
PKG_RELEASE:=17
PKG_RELEASE:=18
PKG_LICENSE:=Apache-2.0
PKG_MAINTAINER:=lean
@ -31,7 +31,7 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_UnblockNeteaseMusic_Go
config PACKAGE_$(PKG_NAME)_INCLUDE_UnblockNeteaseMusic_NodeJS
bool "UnblockNeteaseMusic NodeJS Version"
depends on HAS_FPU || KERNEL_MIPS_FPU_EMULATOR || SOFT_FLOAT
default n
default y if i386||x86_64||arm||aarch64
endef
define Package/$(PKG_NAME)/conffiles

View File

@ -1,7 +1,7 @@
config unblockmusic
option musicapptype 'kuwo'
option autoupdate '0'
option autoupdate '1'
option endpoint 'http://music.163.com'
option enabled '0'
option apptype 'go'