This commit is contained in:
Smok1e 2024-08-18 13:26:28 +03:00
parent 0e9799f24a
commit 8fe0d96eff

View File

@ -1887,7 +1887,7 @@ editPublication = function(initialPublication, initialCategoryID)
) or ) or
nil, nil,
source_url = lastDependencyType ~= 3 and urlInput.text or nil, source_url = lastDependencyType ~= 3 and urlInput.text or nil,
preview = lastDependencyType == 4 preview = (lastDependencyType == 4) and 1 or 0
}) })
container:remove() container:remove()