mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-19 21:15:25 +00:00
Test videos creation of slugs
This commit is contained in:
@@ -95,7 +95,7 @@ export const insertEntries = async (
|
||||
slug: sql<string>`
|
||||
concat(
|
||||
${show.slug}::text,
|
||||
case when ${videos.part} <> null then ('-p' || ${videos.part}) else '' end,
|
||||
case when ${videos.part} is not null then ('-p' || ${videos.part}) else '' end,
|
||||
case when ${videos.version} <> 1 then ('-v' || ${videos.version}) else '' end,
|
||||
case when exists(${hasRenderingQ}) then concat('-', ${videos.rendering}) else '' end
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user