fix when the disk is empty

This commit is contained in:
janson
2022-11-19 15:52:30 +08:00
parent 511415430c
commit 54a07ce85c
6 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -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

View File

@@ -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"

View File

@@ -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

View File

@@ -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"