fix when the disk is empty
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_VERSION:=1.0.0-20221117
|
||||
PKG_VERSION:=1.0.0-20221119
|
||||
PKG_RELEASE:=
|
||||
|
||||
LUCI_TITLE:=LuCI support for LANraragi
|
||||
|
||||
@@ -37,7 +37,7 @@ lanraragi.find_paths = function(blocks, home_dirs, path_name)
|
||||
local configs = {}
|
||||
|
||||
if #blocks == 0 then
|
||||
return
|
||||
return configs, default_path
|
||||
else
|
||||
if path_name == "Public" then
|
||||
appname = "/Comics"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_VERSION:=1.0.0-20221117
|
||||
PKG_VERSION:=1.0.0-20221119
|
||||
PKG_RELEASE:=
|
||||
|
||||
LUCI_TITLE:=LuCI support for Navidrome
|
||||
|
||||
@@ -37,7 +37,7 @@ navidrome.find_paths = function(blocks, home_dirs, path_name)
|
||||
local configs = {}
|
||||
|
||||
if #blocks == 0 then
|
||||
return
|
||||
return configs, default_path
|
||||
else
|
||||
if path_name == "Public" then
|
||||
appname = "/Music"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_VERSION:=1.0.0-20221118
|
||||
PKG_VERSION:=1.0.0-20221119
|
||||
PKG_RELEASE:=
|
||||
|
||||
LUCI_TITLE:=LuCI support for Owntone
|
||||
|
||||
@@ -37,7 +37,7 @@ owntone.find_paths = function(blocks, home_dirs, path_name)
|
||||
local configs = {}
|
||||
|
||||
if #blocks == 0 then
|
||||
return
|
||||
return configs, default_path
|
||||
else
|
||||
if path_name == "Public" then
|
||||
appname = "/Music"
|
||||
|
||||
Reference in New Issue
Block a user