Przeglądaj źródła

Revert "yarn build" as it is fixed in master, fix typo

Vasily 5 lat temu
rodzic
commit
adccc18298

+ 1 - 1
MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs

@@ -931,7 +931,7 @@ namespace MediaBrowser.Api.Playback.Hls
                 {
                 {
                     // This is to make sure keyframe interval is limited to our segment,
                     // This is to make sure keyframe interval is limited to our segment,
                     // as forcing keyframes is not enough.
                     // as forcing keyframes is not enough.
-                    // Example: we ecoded half of desired length, then codec detected
+                    // Example: we encoded half of desired length, then codec detected
                     // scene cut and inserted a keyframe; next forced keyframe would
                     // scene cut and inserted a keyframe; next forced keyframe would
                     // be created outside of segment, which breaks seeking.
                     // be created outside of segment, which breaks seeking.
                     keyFrameArg += string.Format(
                     keyFrameArg += string.Format(

+ 0 - 1
deployment/debian-package-x64/docker-build.sh

@@ -20,7 +20,6 @@ if [[ -n ${web_branch} ]]; then
     checkout -b origin/${web_branch}
     checkout -b origin/${web_branch}
 fi
 fi
 yarn install
 yarn install
-yarn build 
 mkdir -p ${web_target}
 mkdir -p ${web_target}
 mv dist/* ${web_target}/
 mv dist/* ${web_target}/
 popd
 popd