Jobs Media List functional

This commit is contained in:
Patrick Fic
2022-04-28 19:30:49 -07:00
parent 295e4deeb2
commit 9962ce0baf
11 changed files with 4116 additions and 4624 deletions

3
util/MediaUrlGen.ts Normal file
View File

@@ -0,0 +1,3 @@
export default function GenerateUrl(components: string[]) {
return components.join("/").replace(/([^:]\/)\/+/g, "$1");
}