Skip to content

Commit

Permalink
luci-app-jellyfin: dont set cache path by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jjm2473 committed Jan 17, 2024
1 parent 2c1ec94 commit 69f2b0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion applications/luci-app-jellyfin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include $(TOPDIR)/rules.mk

PKG_VERSION:=1.1.8-20231208
PKG_VERSION:=1.1.9-20240117
PKG_RELEASE:=

LUCI_TITLE:=LuCI support for jellyfin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,5 @@ local paths, default_path = jellyfin_model.find_paths(blocks, home, "Caches")
for _, val in pairs(paths) do
o:value(val, val)
end
o.default = default_path

return m

0 comments on commit 69f2b0c

Please sign in to comment.