Renaming transcoder to Kyoo.Transcoder

This commit is contained in:
Zoe Roux 2021-04-10 17:54:56 +02:00
parent b13c2749fe
commit 2358d49323
3 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@ -1,5 +1,5 @@
[submodule "transcoder"] [submodule "transcoder"]
path = transcoder path = Kyoo.Transcoder
url = ../Kyoo.Transcoder.git url = ../Kyoo.Transcoder.git
branch = master branch = master
[submodule "WebApp"] [submodule "WebApp"]

View File

@ -7,7 +7,7 @@
<IsPackable>false</IsPackable> <IsPackable>false</IsPackable>
<SpaRoot>../Kyoo.WebApp/</SpaRoot> <SpaRoot>../Kyoo.WebApp/</SpaRoot>
<LoginRoot>../Kyoo.WebLogin/</LoginRoot> <LoginRoot>../Kyoo.WebLogin/</LoginRoot>
<TranscoderRoot>../transcoder/</TranscoderRoot> <TranscoderRoot>../Kyoo.Transcoder/</TranscoderRoot>
<DefaultItemExcludes>$(DefaultItemExcludes);$(SpaRoot)node_modules/**</DefaultItemExcludes> <DefaultItemExcludes>$(DefaultItemExcludes);$(SpaRoot)node_modules/**</DefaultItemExcludes>
<!-- Set this to true if you enable server-side prerendering --> <!-- Set this to true if you enable server-side prerendering -->