Update jellyfin.lua

This commit is contained in:
YGAS 2021-10-14 10:36:04 +08:00 committed by GitHub
parent 253352eb14
commit 8f3419b787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ function install_container()
docker:write_status("jellyfin installing\n")
local dk = docker.new()
local images = dk.images:list().body
local image = "jjm2473/jellyfin-rtk:v10.7"
local image = "jjm2473/jellyfin-rtk:latest"
local pull_image = function(image)
docker:append_status("Images: " .. "pulling" .. " " .. image .. "...\n")
local res = dk.images:create({query = {fromImage=image}}, docker.pull_image_show_status_cb)
@ -129,4 +129,4 @@ end
--[[
todo
--]]
--]]